Searched refs:SubTestClass (Results 1 – 3 of 3) sorted by relevance
40 public class SubTestClass extends TestClass{ class in AccessibleObjectTest135 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); in test_getAnnotation()156 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); in test_getAnnotations()171 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); in test_getDeclaredAnnotations()186 AccessibleObject ao = SubTestClass.class.getMethod("annotatedMethod"); in test_isAnnotationPresent()
90 public static class SubTestClass extends TestClass { class in ClassTest288 f = SubTestClass.class.getDeclaredFields(); in test_getDeclaredFields()310 m = SubTestClass.class.getDeclaredMethods(); in test_getDeclaredMethods()341 f = SubTestClass.class.getFields(); in test_getFields()384 m = SubTestClass.class.getMethods(); in test_getMethods()
185 public static class SubTestClass extends TestClass { class in OldClassTest