final class TestPlanScannerFilter extends java.lang.Object implements ScannerFilter
Modifier and Type | Field and Description |
---|---|
private org.junit.platform.engine.Filter<?>[] |
includeAndExcludeFilters |
private org.junit.platform.launcher.Launcher |
launcher |
Constructor and Description |
---|
TestPlanScannerFilter(org.junit.platform.launcher.Launcher launcher,
org.junit.platform.engine.Filter<?>[] includeAndExcludeFilters) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.Class testClass)
Indicates if the class should be accepted by the directory scanner
|
private final org.junit.platform.launcher.Launcher launcher
private final org.junit.platform.engine.Filter<?>[] includeAndExcludeFilters
TestPlanScannerFilter(org.junit.platform.launcher.Launcher launcher, org.junit.platform.engine.Filter<?>[] includeAndExcludeFilters)
public boolean accept(java.lang.Class testClass)
ScannerFilter
accept
in interface ScannerFilter
testClass
- The class in question