Searched refs:ClassWithAnnotation (Results 1 – 1 of 1) sorted by relevance
31 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithAnnotation")); in testThatMethodWithAnnotationIsReportedAsBeingAnnotated()41 assertTrue(hasExampleAnnotation(ClassWithAnnotation.class, "testWithoutAnnotation")); in testThatClassAnnotatioCausesAllMethodsToBeReportedAsBeingAnnotated()57 static class ClassWithAnnotation extends TestCase { class in HasAnnotationTest