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 JUnit3TestCheckerprivate final NonAbstractClassFilter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if the class should be accepted by the directory scannerprivate booleanisPojoTest(Class<?> testClass)
-
Field Details
-
jUnit3TestChecker
-
nonAbstractClassFilter
-
-
Constructor Details
-
PojoAndJUnit3Checker
-
-
Method Details
-
accept
Description copied from interface:ScannerFilterIndicates if the class should be accepted by the directory scanner- Specified by:
acceptin interfaceScannerFilter- Parameters:
testClass- The class in question- Returns:
- true if the class should be part of the directory scan result.
-
isPojoTest
-