public static final class TestClassExpectation.Builder extends Object
TestClassExpectation.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
void |
setJavaClass(Class<?> javaClass)
Initializes the value for the
javaClass attribute. |
void |
setParameters(Iterable<TestParameterExpectation> elements)
Adds elements to
parameters. |
void |
setSteps(Iterable<TestStepExpectation> elements)
Adds elements to
steps. |
public void setSteps(Iterable<TestStepExpectation> elements)
steps.elements - An iterable of steps elementspublic void setJavaClass(Class<?> javaClass)
javaClass attribute.javaClass - The value for javaClasspublic void setParameters(Iterable<TestParameterExpectation> elements)
parameters.elements - An iterable of parameters elementsCopyright © 2018–2020 b+m Informatik AG. All rights reserved.