| Modifier and Type | Field and Description |
|---|---|
protected Stage |
ExecutableItem.stage |
| Modifier and Type | Method and Description |
|---|---|
static Stage |
Stage.fromValue(String v) |
Stage |
ExecutableItem.getStage()
Gets the value of the stage property.
|
static Stage |
Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage[] |
Stage.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.setStage(Stage value)
Sets the value of the stage property.
|
FixtureResult |
FixtureResult.withStage(Stage value) |
StepResult |
StepResult.withStage(Stage value) |
ExecutableItem |
ExecutableItem.withStage(Stage value) |
TestResult |
TestResult.withStage(Stage value) |
Copyright © 2017 qameta.io. All rights reserved.