Home
last modified time | relevance | path

Searched refs:SubTestClass (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DAccessibleObjectTest.java40 public class SubTestClass extends TestClass{ class in AccessibleObjectTest
135 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()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DClassTest.java90 public static class SubTestClass extends TestClass { class in ClassTest
288 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()
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java185 public static class SubTestClass extends TestClass { class in OldClassTest