Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java104 public class ExtendTestClass1 extends ExtendTestClass { class in OldClassTest
257 ExtendTestClass1.class, TestInterface.class, String.class}; in test_forNameLjava_lang_StringLbooleanLClassLoader()
428 Type [] types = ExtendTestClass1.class.getGenericInterfaces(); in test_getGenericInterfaces()
454 ExtendTestClass1.class.getGenericSuperclass()); in test_getGenericSuperclass()
618 assertFalse(ExtendTestClass1.class.isAnnotationPresent(TestAnnotation.class)); in test_isAnnotationPresent()
757 Method m = ExtendTestClass1.class.getMethod("getCount", new Class[0]); in test_getMethodLjava_lang_String$Ljava_lang_Class()
758 assertEquals("Returned incorrect method", 0, ((Integer) (m.invoke(new ExtendTestClass1()))) in test_getMethodLjava_lang_String$Ljava_lang_Class()
1002 assertEquals(ExtendTestClass1.class, in test_asSubclass1()
1003 ExtendTestClass1.class.asSubclass(PublicTestClass.class)); in test_asSubclass1()
1047 ExtendTestClass.class, ExtendTestClass1.class}; in test_desiredAssertionStatus()