Package org.apache.maven.surefire.junit
Class PojoAndJUnit3Checker
java.lang.Object
org.apache.maven.surefire.junit.PojoAndJUnit3Checker
- All Implemented Interfaces:
ScannerFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JUnit3TestChecker
private final NonAbstractClassFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if the class should be accepted by the directory scannerprivate boolean
isPojoTest
(Class<?> testClass)
-
Field Details
-
jUnit3TestChecker
-
nonAbstractClassFilter
-
-
Constructor Details
-
PojoAndJUnit3Checker
-
-
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.
-
isPojoTest
-