Searched refs:ExtendTestClass (Results 1 – 1 of 1) sorted by relevance
96 public static class ExtendTestClass extends PublicTestClass { class in OldClassTest107 public class ExtendTestClass1 extends ExtendTestClass {244 annotations = ExtendTestClass.class.getAnnotations(); in test_getAnnotations()259 Class<?> [] classes = {PublicTestClass.class, ExtendTestClass.class, in test_forNameLjava_lang_StringLbooleanLClassLoader()354 Deprecated target2 = ExtendTestClass.class.getAnnotation(Deprecated.class); in test_getAnnotation()362 annotations = ExtendTestClass.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations()382 Method clazz = ExtendTestClass.class.getEnclosingMethod(); in test_getEnclosingMethod()410 ExtendTestClass.class.getEnclosingConstructor()); in test_getEnclosingConstructor()415 Object [] clazz = ExtendTestClass.class.getEnumConstants(); in test_getEnumConstants()456 ExtendTestClass.class.getGenericSuperclass()); in test_getGenericSuperclass()[all …]