Uses of Class
org.junit.platform.launcher.EngineFilter
Packages that use EngineFilter
Package
Description
Public API for configuring and launching test plans.
-
Uses of EngineFilter in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return EngineFilterModifier and TypeMethodDescriptionstatic EngineFilterEngineFilter.excludeEngines(String... engineIds) Create a new excludeEngineFilterbased on the supplied engine IDs.static EngineFilterEngineFilter.excludeEngines(List<String> engineIds) Create a new excludeEngineFilterbased on the supplied engine IDs.static EngineFilterEngineFilter.includeEngines(String... engineIds) Create a new includeEngineFilterbased on the supplied engine IDs.static EngineFilterEngineFilter.includeEngines(List<String> engineIds) Create a new includeEngineFilterbased on the supplied engine IDs.Methods in org.junit.platform.launcher that return types with arguments of type EngineFilterModifier and TypeMethodDescriptionLauncherDiscoveryRequest.getEngineFilters()Get theEngineFiltersfor this request.