Package | Description |
---|---|
org.apache.maven.surefire.junitcore.pc |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<ExecutionStatus> |
ShutdownStatus.status |
Modifier and Type | Method and Description |
---|---|
static ExecutionStatus |
ExecutionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|