| Package | Description |
|---|---|
| de.bmiag.tapir.executiontest.expectation.plan |
| Modifier and Type | Method and Description |
|---|---|
static TestClassExpectation |
TestClassExpectation.build(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestClassExpectation.Builder> init)
Creates an immutable instance of TestClassExpectation.
|
TestClassExpectation |
TestClassExpectation.copy(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<TestClassExpectation.Builder> init)
Creates an immutable copy of this instance.
|
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.