Interface ScannerFilter
- All Known Implementing Classes:
JUnit3TestChecker
,JUnit48TestChecker
,JUnit4TestChecker
,NonAbstractClassFilter
,PojoAndJUnit3Checker
,SpecificTestClassFilter
,TestPlanScannerFilter
public interface ScannerFilter
-
Method Summary
-
Method Details
-
accept
Indicates if the class should be accepted by the directory scanner- Parameters:
testClass
- The class in question- Returns:
- true if the class should be part of the directory scan result.
-