| Package | Description |
|---|---|
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| Modifier and Type | Field and Description |
|---|---|
private EngineFilter.Type |
EngineFilter.type |
| Modifier and Type | Method and Description |
|---|---|
static EngineFilter.Type |
EngineFilter.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EngineFilter.Type[] |
EngineFilter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EngineFilter(java.util.List<java.lang.String> engineIds,
EngineFilter.Type type) |