Searched refs:TestInterface (Results 1 – 2 of 2) sorted by relevance
77 interface TestInterface { interface in OldClassTest112 public static class PublicTestClass implements TestInterface, Serializable, Cloneable {260 ExtendTestClass1.class, TestInterface.class, String.class}; in test_forNameLjava_lang_StringLbooleanLClassLoader()365 annotations = TestInterface.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations()435 Class [] interfaces = {TestInterface.class, Serializable.class, in test_getGenericInterfaces()443 types = TestInterface.class.getGenericInterfaces(); in test_getGenericInterfaces()461 assertEquals(null, TestInterface.class.getGenericSuperclass()); in test_getGenericSuperclass()642 assertFalse(TestInterface.class.isLocalClass()); in test_isLocalClass()659 TestInterface.class.isSynthetic()); in test_isSynthetic()666 PublicTestClass.class, TestInterface.class, in test_getCanonicalName()[all …]
235 public static interface TestInterface {} interface in ExplicitCastArgumentsTest241 public static class TestSuperClass implements TestInterface {}263 Class testInterface = TestInterface.class; in testNonBCPRef2NonBCPRef()