Package org.apache.maven.surefire.util
Interface ScannerFilter
-
- All Known Implementing Classes:
JUnit3TestChecker,JUnit48TestChecker,JUnit4TestChecker,NonAbstractClassFilter,PojoAndJUnit3Checker,SpecificTestClassFilter,TestPlanScannerFilter
public interface ScannerFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.Class testClass)Indicates if the class should be accepted by the directory scanner
-