Searched refs:ClassWithoutAnnotation (Results 1 – 1 of 1) sorted by relevance
32 assertTrue(hasExampleAnnotation(ClassWithoutAnnotation.class, "testWithAnnotation")); in testThatMethodWithAnnotationIsReportedAsBeingAnnotated()36 assertFalse(hasExampleAnnotation(ClassWithoutAnnotation.class, "testWithoutAnnotation")); in testThatMethodWithOutAnnotationIsNotReportedAsBeingAnnotated()67 static class ClassWithoutAnnotation extends TestCase { class in TestPredicatesTest