public class PojoAndJUnit3Checker extends java.lang.Object implements ScannerFilter
| Modifier and Type | Field and Description |
|---|---|
private JUnit3TestChecker |
jUnit3TestChecker |
private NonAbstractClassFilter |
nonAbstractClassFilter |
| Constructor and Description |
|---|
PojoAndJUnit3Checker(JUnit3TestChecker jUnit3TestChecker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.Class testClass)
Indicates if the class should be accepted by the directory scanner
|
private boolean |
isPojoTest(java.lang.Class<?> testClass) |
private final JUnit3TestChecker jUnit3TestChecker
private final NonAbstractClassFilter nonAbstractClassFilter
public PojoAndJUnit3Checker(JUnit3TestChecker jUnit3TestChecker)
public boolean accept(java.lang.Class testClass)
ScannerFilteraccept in interface ScannerFiltertestClass - The class in questionprivate boolean isPojoTest(java.lang.Class<?> testClass)