Uses of Class
org.junit.platform.launcher.EngineFilter
-
Packages that use EngineFilter Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of EngineFilter in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return EngineFilter Modifier and Type Method Description static EngineFilter
EngineFilter. excludeEngines(java.lang.String... engineIds)
Create a new excludeEngineFilter
based on the supplied engine IDs.static EngineFilter
EngineFilter. excludeEngines(java.util.List<java.lang.String> engineIds)
Create a new excludeEngineFilter
based on the supplied engine IDs.static EngineFilter
EngineFilter. includeEngines(java.lang.String... engineIds)
Create a new includeEngineFilter
based on the supplied engine IDs.static EngineFilter
EngineFilter. includeEngines(java.util.List<java.lang.String> engineIds)
Create a new includeEngineFilter
based on the supplied engine IDs.Methods in org.junit.platform.launcher that return types with arguments of type EngineFilter Modifier and Type Method Description java.util.List<EngineFilter>
LauncherDiscoveryRequest. getEngineFilters()
Get theEngineFilters
for this request. -
Uses of EngineFilter in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core with type parameters of type EngineFilter Modifier and Type Field Description private java.util.List<EngineFilter>
DefaultDiscoveryRequest. engineFilters
private java.util.List<EngineFilter>
LauncherDiscoveryRequestBuilder. engineFilters
Methods in org.junit.platform.launcher.core that return types with arguments of type EngineFilter Modifier and Type Method Description java.util.List<EngineFilter>
DefaultDiscoveryRequest. getEngineFilters()
-