IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.blockEnd() |
Close the current block of repeated components
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.blockStart() |
Start a block of repeated components
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.broker(java.lang.String name) |
Expect a broker
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.consumer(java.lang.String name) |
Expect a consumer
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.converter(java.lang.String name) |
Expect a converter
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.filter(java.lang.String name) |
Expect a filter
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.multiRecipientRouter(java.lang.String name) |
Expect a MultiRecipientRouter
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.producer(java.lang.String name) |
Expect a producer
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.repeat(int n) |
Repeat the current block n times;
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.router(java.lang.String name) |
Expect a SingleRecipientRouter
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.scheduledConsumer(java.lang.String name) |
Expect a consumer
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.sequencer(java.lang.String name) |
Expect a sequencer
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.splitter(java.lang.String name) |
Expect a splitter
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.translator(java.lang.String name) |
Expect a translator
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.withErrorEndState() |
Indicate the flow end state will be 'stoppedInError', used in negative testing
|
IkasanStandaloneFlowTestRule |
IkasanStandaloneFlowTestRule.withFlow(org.ikasan.spec.flow.Flow flow) |
Set the flow which this Rule will check
|