public static final class TestStepExpectation.Builder extends Object
TestStepExpectation.
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 |
setMethodName(String methodName)
Initializes the value for the
methodName attribute. |
void |
setParameters(Iterable<TestParameterExpectation> elements)
Adds elements to
parameters. |
public void setMethodName(String methodName)
methodName attribute.methodName - The value for methodNamepublic void setParameters(Iterable<TestParameterExpectation> elements)
parameters.elements - An iterable of parameters elementsCopyright © 2018–2020 b+m Informatik AG. All rights reserved.