| Modifier and Type | Field and Description |
|---|---|
protected Status |
ExecutableItem.status |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(String v) |
Status |
ExecutableItem.getStatus()
Gets the value of the status property.
|
Status |
WithStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutableItem.setStatus(Status value)
Sets the value of the status property.
|
FixtureResult |
FixtureResult.withStatus(Status value) |
StepResult |
StepResult.withStatus(Status value) |
ExecutableItem |
ExecutableItem.withStatus(Status value) |
TestResult |
TestResult.withStatus(Status value) |
Copyright © 2017 qameta.io. All rights reserved.