| Package | Description |
|---|---|
| de.bmiag.tapir.executiontest.data | |
| de.bmiag.tapir.executiontest.expectation.execution |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionState |
ExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionState[] |
ExecutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionState |
TestStepExecutionResult.getExecutionState() |
ExecutionState |
TestSuiteExecutionResult.getExecutionState() |
ExecutionState |
TestClassExecutionResult.getExecutionState() |
ExecutionState |
ExecutionPlanExecutionResult.getExecutionState() |
ExecutionState |
ExecutionResult.getExecutionState()
Returns the execution state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestStepExecutionResult.Builder.setExecutionState(ExecutionState executionState)
Initializes the value for the
TestStepExecutionResult.Builder.executionState attribute. |
void |
TestSuiteExecutionResult.Builder.setExecutionState(ExecutionState executionState)
Initializes the value for the
TestSuiteExecutionResult.Builder.executionState attribute. |
void |
TestClassExecutionResult.Builder.setExecutionState(ExecutionState executionState)
Initializes the value for the
TestClassExecutionResult.Builder.executionState attribute. |
void |
ExecutionPlanExecutionResult.Builder.setExecutionState(ExecutionState executionState)
Initializes the value for the
ExecutionPlanExecutionResult.Builder.executionState attribute. |
Copyright © 2018–2020 b+m Informatik AG. All rights reserved.