| Package | Description |
|---|---|
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| Modifier and Type | Method and Description |
|---|---|
static EngineFilter |
EngineFilter.excludeEngines(List<String> engineIds)
Create a new exclude
EngineFilter based on the
supplied engine IDs. |
static EngineFilter |
EngineFilter.excludeEngines(String... engineIds)
Create a new exclude
EngineFilter based on the
supplied engine IDs. |
static EngineFilter |
EngineFilter.includeEngines(List<String> engineIds)
Create a new include
EngineFilter based on the
supplied engine IDs. |
static EngineFilter |
EngineFilter.includeEngines(String... engineIds)
Create a new include
EngineFilter based on the
supplied engine IDs. |
| Modifier and Type | Method and Description |
|---|---|
List<EngineFilter> |
LauncherDiscoveryRequest.getEngineFilters()
Get the
EngineFilters for this request. |
Copyright © 2024. All rights reserved.