Class TestParameterExpectation.Builder

  • Enclosing class:
    TestParameterExpectation

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

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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setName​(java.lang.String name)
      Initializes the value for the name attribute.
      void setValue​(java.lang.Object value)
      Initializes the value for the value attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
        Initializes the value for the name attribute.
        Parameters:
        name - The value for name
      • setValue

        public void setValue​(java.lang.Object value)
        Initializes the value for the value attribute.
        Parameters:
        value - The value for value