Class FlowTestHarnessImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void assertIsSatisfied()
      Test harness should ensure all specified expectations have been met.
      <T> void notify​(T actual)
      Notification of a behavior in the flow
      • Methods inherited from class java.lang.Object

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

      • FlowTestHarnessImpl

        public FlowTestHarnessImpl​(FlowExpectation flowExpectation)
        Constructor
        Parameters:
        flowExpectation -
    • Method Detail

      • notify

        public <T> void notify​(T actual)
        Notification of a behavior in the flow
        Specified by:
        notify in interface FlowObserver
        Parameters:
        actual -
      • assertIsSatisfied

        public void assertIsSatisfied()
        Description copied from interface: FlowTestHarness
        Test harness should ensure all specified expectations have been met.
        Specified by:
        assertIsSatisfied in interface FlowTestHarness