Package org.junit.platform.launcher.core
Class EngineFilterer
java.lang.Object
org.junit.platform.launcher.core.EngineFilterer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<TestEngine, Boolean> private final List
<EngineFilter> private static final org.junit.platform.commons.logging.Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private String
private String
private String
(package private) boolean
isExcluded
(TestEngine testEngine) (package private) void
private void
-
Field Details
-
LOGGER
private static final org.junit.platform.commons.logging.Logger LOGGER -
engineFilters
-
checkedTestEngines
-
-
Constructor Details
-
EngineFilterer
EngineFilterer(List<EngineFilter> engineFilters)
-
-
Method Details
-
isExcluded
-
performSanityChecks
void performSanityChecks() -
warnIfAllEnginesExcluded
private void warnIfAllEnginesExcluded() -
checkNoUnmatchedIncludeFilter
private void checkNoUnmatchedIncludeFilter() -
getUnmatchedEngineIdsOfIncludeFilters
-
getStateDescription
-
getRegisteredEnginesDescription
-
getRegisteredFiltersDescription
-