Uses of Interface
org.ikasan.testharness.flow.FlowSubject
-
Packages that use FlowSubject Package Description org.ikasan.testharness.flow.listener org.ikasan.testharness.flow.rule -
-
Uses of FlowSubject in org.ikasan.testharness.flow.listener
Classes in org.ikasan.testharness.flow.listener that implement FlowSubject Modifier and Type Class Description classFlowEventListenerSubjectCaptures all component and event activity in this flow by implementing the Ikasan Framework FlowEventListener. -
Uses of FlowSubject in org.ikasan.testharness.flow.rule
Methods in org.ikasan.testharness.flow.rule with parameters of type FlowSubject Modifier and Type Method Description voidIkasanFlowTestRule. startFlow(FlowSubject testHarnessFlowEventListener)Setup the flow expectations and start the given flow.
-