Interface EventSourcedBehaviorTestKit.CommandResultWithReply<Command,​Event,​State,​Reply>

    • Method Detail

      • hasNoReply

        boolean hasNoReply()
        true if there is no reply.
      • reply

        Reply reply()
        The reply. It will throw AssertionError if there was no reply.
      • replyOfType

        <R extends Reply> R replyOfType​(scala.reflect.ClassTag<R> evidence$3)
        The reply as a given expected type. It will throw AssertionError if there is no reply or if the reply is of a different type.