| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromId(int id) |
Status |
TestResults.getGeneralStatus()
Get the general status.
|
Status |
TestRun.getStatus() |
Status |
Test.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Test(String name,
Status status,
String metadata) |
TestRun(String groupId,
String artifactId,
String version,
EnvironmentProperties envProps,
Status status) |
Copyright © 2015. All Rights Reserved.