Class SpecificTestClassFilter
java.lang.Object
org.apache.maven.surefire.api.filter.SpecificTestClassFilter
- All Implemented Interfaces:
ScannerFilter
Filter for test class files
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FS
private static final char FS -
JAVA_CLASS_FILE_EXTENSION
- See Also:
-
names
-
-
Constructor Details
-
SpecificTestClassFilter
-
-
Method Details
-
accept
Description copied from interface:ScannerFilter
Indicates if the class should be accepted by the directory scanner- Specified by:
accept
in interfaceScannerFilter
- Parameters:
testClass
- The class in question- Returns:
- true if the class should be part of the directory scan result.
-