Searched refs:ExtendTestClass (Results 1 – 1 of 1) sorted by relevance
93 public static class ExtendTestClass extends PublicTestClass { class in OldClassTest104 public class ExtendTestClass1 extends ExtendTestClass {241 annotations = ExtendTestClass.class.getAnnotations(); in test_getAnnotations()256 Class<?> [] classes = {PublicTestClass.class, ExtendTestClass.class, in test_forNameLjava_lang_StringLbooleanLClassLoader()351 Deprecated target2 = ExtendTestClass.class.getAnnotation(Deprecated.class); in test_getAnnotation()359 annotations = ExtendTestClass.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations()379 Method clazz = ExtendTestClass.class.getEnclosingMethod(); in test_getEnclosingMethod()407 ExtendTestClass.class.getEnclosingConstructor()); in test_getEnclosingConstructor()412 Object [] clazz = ExtendTestClass.class.getEnumConstants(); in test_getEnumConstants()452 ExtendTestClass.class.getGenericSuperclass()); in test_getGenericSuperclass()[all …]