Searched refs:PublicTestClass (Results 1 – 1 of 1) sorted by relevance
93 public static class ExtendTestClass extends PublicTestClass {109 public static class PublicTestClass implements TestInterface, Serializable, Cloneable { class in OldClassTest117 public PublicTestClass() { in PublicTestClass() method in OldClassTest.PublicTestClass237 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 …]