| Package | Description |
|---|---|
| org.wso2.testgrid.common | |
| org.wso2.testgrid.common.config |
| Modifier and Type | Method and Description |
|---|---|
Status |
TestCase.getStatus()
Returns whether the test is successful or failed.
|
Status |
TestScenario.getStatus()
Returns the status of the test scenario.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestScenario.setStatus(Status status)
Sets the test scenario status.
|
void |
TestCase.setSuccess(Status success)
Sets whether the test is successful or failed.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ScenarioConfig.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioConfig.setStatus(Status status) |
Copyright © 2019 WSO2. All rights reserved.