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. -
-
Uses of EngineFilter in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return EngineFilter Modifier and Type Method Description static EngineFilterEngineFilter. excludeEngines(java.lang.String... engineIds)Create a new excludeEngineFilterbased on the supplied engine IDs.static EngineFilterEngineFilter. excludeEngines(java.util.List<java.lang.String> engineIds)Create a new excludeEngineFilterbased on the supplied engine IDs.static EngineFilterEngineFilter. includeEngines(java.lang.String... engineIds)Create a new includeEngineFilterbased on the supplied engine IDs.static EngineFilterEngineFilter. includeEngines(java.util.List<java.lang.String> engineIds)Create a new includeEngineFilterbased 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 theEngineFiltersfor this request.
-