RegistyTest.java :  » UML » umlatj » org » umlatj » internal » reflect » Java Open Source

Java Open Source » UML » umlatj 
umlatj » org » umlatj » internal » reflect » RegistyTest.java
package org.umlatj.internal.reflect;

import org.junit.Assert;
import org.junit.Test;


public class RegistyTest {
  
  @Test
  public void test() {
    Assert.assertFalse(Types.classifiers.builders.isEmpty());
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.