Searched refs:expectedClassification (Results 1 – 2 of 2) sorted by relevance
38 Class<Smoke> expectedClassification) throws NoSuchMethodException { in classHasAnnotation() argument42 return new HasClassAnnotation(expectedClassification).apply(testMethod); in classHasAnnotation()
40 Class<? extends Annotation> expectedClassification in methodHasAnnotation() argument44 return new HasMethodAnnotation(expectedClassification).apply(testMethod); in methodHasAnnotation()