Package | Description |
---|---|
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
Modifier and Type | Field and Description |
---|---|
private EngineDiscoveryResult.Status |
EngineDiscoveryResult.status |
Modifier and Type | Method and Description |
---|---|
EngineDiscoveryResult.Status |
EngineDiscoveryResult.getStatus()
Get the status of this result.
|
static EngineDiscoveryResult.Status |
EngineDiscoveryResult.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EngineDiscoveryResult.Status[] |
EngineDiscoveryResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EngineDiscoveryResult(EngineDiscoveryResult.Status status,
java.lang.Throwable throwable) |