Searched refs:TestInterface (Results 1 – 1 of 1) sorted by relevance
74 interface TestInterface { interface in OldClassTest109 public static class PublicTestClass implements TestInterface, Serializable, Cloneable {257 ExtendTestClass1.class, TestInterface.class, String.class}; in test_forNameLjava_lang_StringLbooleanLClassLoader()362 annotations = TestInterface.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations()431 Class [] interfaces = {TestInterface.class, Serializable.class, in test_getGenericInterfaces()439 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()457 assertEquals(null, TestInterface.class.getGenericSuperclass()); in test_getGenericSuperclass()638 assertFalse(TestInterface.class.isLocalClass()); in test_isLocalClass()655 TestInterface.class.isSynthetic()); in test_isSynthetic()662 PublicTestClass.class, TestInterface.class, in test_getCanonicalName()[all …]