Class TestStepExpectation.Builder

  • Enclosing class:
    TestStepExpectation

    public static final class TestStepExpectation.Builder
    extends java.lang.Object
    Builds instances of type TestStepExpectation.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Method Detail

      • setMethodName

        public void setMethodName​(java.lang.String methodName)
        Initializes the value for the methodName attribute.
        Parameters:
        methodName - The value for methodName
      • setParameters

        public void setParameters​(java.lang.Iterable<TestParameterExpectation> elements)
        Adds elements to parameters.
        Parameters:
        elements - An iterable of parameters elements