| Package | Description |
|---|---|
| de.bmiag.tapir.executiontest.expectation.plan |
| Modifier and Type | Method and Description |
|---|---|
static TestStepExpectation |
TestStepExpectation.build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestStepExpectation.Builder> init)
Creates an immutable instance of TestStepExpectation.
|
TestStepExpectation |
TestStepExpectation.copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestStepExpectation.Builder> init)
Creates an immutable copy of this instance.
|
TestStepExpectation |
ExecutionPlanExpectationHelper.testStep(String name)
Constructs a test step expectation for the given name.
|
TestStepExpectation |
ExecutionPlanExpectationHelper.testStep(String name,
List<TestParameterExpectation> testParameters)
Constructs a parameterized (multiple parameters) test step expectation for the given name.
|
TestStepExpectation |
ExecutionPlanExpectationHelper.testStep(String name,
TestParameterExpectation testParameter)
Constructs a parameterized (single parameter) test step expectation for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestStepExpectation> |
TestClassExpectation.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestClassExpectation.Builder.setSteps(Iterable<TestStepExpectation> elements)
Adds elements to
TestClassExpectation.Builder.steps. |
TestClassExpectation |
ExecutionPlanExpectationHelper.testClass(Class<?> javaClass,
List<TestParameterExpectation> testParameters,
Iterable<TestStepExpectation> steps)
Constructs a parameterized (multiple parameters) test class expectation for the given parameters.
|
TestClassExpectation |
ExecutionPlanExpectationHelper.testClass(Class<?> javaClass,
List<TestStepExpectation> steps)
Constructs a test class expectation for the given parameters.
|
TestClassExpectation |
ExecutionPlanExpectationHelper.testClass(Class<?> javaClass,
TestParameterExpectation testParameter,
List<TestStepExpectation> steps)
Constructs a parameterized (single parameter) test class expectation for the given parameters.
|
Copyright © 2018–2020 b+m Informatik AG. All rights reserved.