Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java77 interface TestInterface { interface in OldClassTest
112 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 …]
/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java235 public static interface TestInterface {} interface in ExplicitCastArgumentsTest
241 public static class TestSuperClass implements TestInterface {}
263 Class testInterface = TestInterface.class; in testNonBCPRef2NonBCPRef()