Uses of Class
org.ikasan.testharness.flow.rule.IkasanFlowTestRule
-
Packages that use IkasanFlowTestRule Package Description org.ikasan.testharness.flow.rule -
-
Uses of IkasanFlowTestRule in org.ikasan.testharness.flow.rule
Methods in org.ikasan.testharness.flow.rule that return IkasanFlowTestRule Modifier and Type Method Description IkasanFlowTestRuleIkasanFlowTestRule. blockEnd()Close the current block of repeated componentsIkasanFlowTestRuleIkasanFlowTestRule. blockStart()Start a block of repeated componentsIkasanFlowTestRuleIkasanFlowTestRule. broker(java.lang.String name)Expect a brokerIkasanFlowTestRuleIkasanFlowTestRule. consumer(java.lang.String name)Expect a consumerIkasanFlowTestRuleIkasanFlowTestRule. converter(java.lang.String name)Expect a converterIkasanFlowTestRuleIkasanFlowTestRule. filter(java.lang.String name)Expect a filterIkasanFlowTestRuleIkasanFlowTestRule. multiRecipientRouter(java.lang.String name)Expect a MultiRecipientRouterIkasanFlowTestRuleIkasanFlowTestRule. producer(java.lang.String name)Expect a producerIkasanFlowTestRuleIkasanFlowTestRule. repeat(int n)Repeat the current block n times;IkasanFlowTestRuleIkasanFlowTestRule. router(java.lang.String name)Expect a SingleRecipientRouterIkasanFlowTestRuleIkasanFlowTestRule. scheduledConsumer(java.lang.String name)Expect a consumerIkasanFlowTestRuleIkasanFlowTestRule. sequencer(java.lang.String name)Expect a sequencerIkasanFlowTestRuleIkasanFlowTestRule. splitter(java.lang.String name)Expect a splitterIkasanFlowTestRuleIkasanFlowTestRule. translator(java.lang.String name)Expect a translatorIkasanFlowTestRuleIkasanFlowTestRule. withErrorEndState()Indicate the flow end state will be 'stoppedInError', used in negative testingIkasanFlowTestRuleIkasanFlowTestRule. withFlow(org.ikasan.spec.flow.Flow flow)Set the flow which this Rule will check
-