Searched refs:isIncluded (Results 1 – 1 of 1) sorted by relevance
158 return isIncluded(annotationsList); in shouldTestRun()174 private boolean isIncluded(Collection<Annotation> annotationsList) { in isIncluded() method in TestFilterHelper211 if (isIncluded(Arrays.asList(classObj.getAnnotations())) in shouldRun()218 || !isIncluded(Arrays.asList(classObj.getAnnotations()))) { in shouldRun()