Package | Description |
---|---|
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
Modifier and Type | Method and Description |
---|---|
EngineDiscoveryResult.Status |
EngineDiscoveryResult.getStatus()
Get the status of this result.
|
static EngineDiscoveryResult.Status |
EngineDiscoveryResult.Status.valueOf(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.
|
Copyright © 2020. All rights reserved.