Class MockObjectResponse<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getObject()
      Obtains the sent object.
      void send​(T object)
      Sends the Object.
      • Methods inherited from class java.lang.Object

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

      • MockObjectResponse

        public MockObjectResponse()
    • Method Detail

      • getObject

        public T getObject()
        Obtains the sent object.
        Returns:
        Sent object.