public final class TestStepExecutionResult extends Object implements JavaClassBased, Parameterized, ExecutionResult
| Modifier and Type | Class and Description |
|---|---|
static class |
TestStepExecutionResult.Builder
Builds instances of type
TestStepExecutionResult. |
| Modifier and Type | Method and Description |
|---|---|
static TestStepExecutionResult |
build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestStepExecutionResult.Builder> init)
Creates an immutable instance of TestStepExecutionResult.
|
TestStepExecutionResult |
copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestStepExecutionResult.Builder> init)
Creates an immutable copy of this instance.
|
boolean |
equals(Object obj) |
Optional<ComparableThrowable> |
getComparableThrowable()
Returns the throwable, if there is any.
|
ExecutionState |
getExecutionState()
Returns the execution state.
|
Class<?> |
getJavaClass() |
String |
getName() |
List<TestParameterExpectation> |
getParameters()
Returns the expected parameters.
|
List<TestParameterExpectation> |
getTestClassParameters() |
int |
hashCode() |
String |
toString() |
public List<TestParameterExpectation> getTestClassParameters()
testClassParameters attributepublic String getName()
name attributepublic Class<?> getJavaClass()
getJavaClass in interface JavaClassBasedjavaClass attributepublic List<TestParameterExpectation> getParameters()
ParameterizedgetParameters in interface Parameterizedparameters attributepublic ExecutionState getExecutionState()
ExecutionResultgetExecutionState in interface ExecutionResultexecutionState attributepublic Optional<ComparableThrowable> getComparableThrowable()
ExecutionResultExecutionState.FAILED.getComparableThrowable in interface ExecutionResultcomparableThrowable attributepublic static TestStepExecutionResult build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestStepExecutionResult.Builder> init)
init - The initializerIllegalStateException - if any required attributes are missingpublic TestStepExecutionResult copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestStepExecutionResult.Builder> init)
init - The initializerCopyright © 2018–2020 b+m Informatik AG. All rights reserved.