Uses of Class
org.junit.platform.launcher.EngineFilter
Packages that use EngineFilter
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of EngineFilter in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return EngineFilterModifier and TypeMethodDescriptionstatic EngineFilter
EngineFilter.excludeEngines
(String... engineIds) Create a new excludeEngineFilter
based on the supplied engine IDs.static EngineFilter
EngineFilter.excludeEngines
(List<String> engineIds) Create a new excludeEngineFilter
based on the supplied engine IDs.static EngineFilter
EngineFilter.includeEngines
(String... engineIds) Create a new includeEngineFilter
based on the supplied engine IDs.static EngineFilter
EngineFilter.includeEngines
(List<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 EngineFilterModifier and TypeMethodDescriptionLauncherDiscoveryRequest.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 EngineFilterModifier and TypeFieldDescriptionprivate final List
<EngineFilter> DefaultDiscoveryRequest.engineFilters
private final List
<EngineFilter> EngineFilterer.engineFilters
private final List
<EngineFilter> LauncherDiscoveryRequestBuilder.engineFilters
Methods in org.junit.platform.launcher.core that return types with arguments of type EngineFilterConstructor parameters in org.junit.platform.launcher.core with type arguments of type EngineFilter