Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java93 public static class ExtendTestClass extends PublicTestClass {
109 public static class PublicTestClass implements TestInterface, Serializable, Cloneable { class in OldClassTest
117 public PublicTestClass() { in PublicTestClass() method in OldClassTest.PublicTestClass
237 Annotation [] annotations = PublicTestClass.class.getAnnotations(); in test_getAnnotations()
256 Class<?> [] classes = {PublicTestClass.class, ExtendTestClass.class, in test_forNameLjava_lang_StringLbooleanLClassLoader()
346 TestAnnotation target = PublicTestClass.class.getAnnotation(TestAnnotation.class); in test_getAnnotation()
347 assertEquals(target.value(), PublicTestClass.class.getName()); in test_getAnnotation()
349 assertNull(PublicTestClass.class.getAnnotation(Deprecated.class)); in test_getAnnotation()
356 Annotation [] annotations = PublicTestClass.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations()
382 PublicTestClass ptc = new PublicTestClass(); in test_getEnclosingMethod()
[all …]