Searched refs:classHasAnnotation (Results 1 – 1 of 1) sorted by relevance
28 assertTrue(classHasAnnotation(SmokeTestExample.class, Smoke.class)); in testShouldTellIfParentClassHasSpecifiedClassification()33 assertFalse(classHasAnnotation(NonSmokeTestExample.class, Smoke.class)); in testShouldTellIfParentClassDoesNotHaveSpecifiedClassification()36 private boolean classHasAnnotation( in classHasAnnotation() method in HasClassAnnotationTest