Searched refs:ClassWithAnnotation (Results 1 – 2 of 2) sorted by relevance
32 ClassWithAnnotation clz = new ClassWithAnnotation(); in testAnnotationAvailableInRuntime()48 ClassWithAnnotation clz = new ClassWithAnnotation(); in testAnnotationParameters()59 ClassWithAnnotation clz = new ClassWithAnnotation(); in testAnnotationParameters_environmentToString()77 private static class ClassWithAnnotation { class in RestrictedForTests
31 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithAnnotation")); in testThatMethodWithAnnotationIsReportedAsBeingAnnotated()41 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithoutAnnotation")); in testThatClassAnnotatioCausesAllMethodsToBeReportedAsBeingAnnotated()57 static class ClassWithAnnotation extends TestCase { class in TestPredicatesTest