- AbstractComponent - Class in org.ikasan.testharness.flow.expectation.model
-
Abstract modelling of a flow component type.
- AbstractComponent(String, Class<?>) - Constructor for class org.ikasan.testharness.flow.expectation.model.AbstractComponent
-
Constructor
- AbstractListExpectation - Class in org.ikasan.testharness.flow.expectation.service
-
Abstract expectation based on a List of DefaultExpectations
- AbstractListExpectation() - Constructor for class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
- AbstractListExpectation(ComparatorService) - Constructor for class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
Constructor allowing an alternate comparator service.
- AbstractListExpectation.DefaultExpectation<T> - Class in org.ikasan.testharness.flow.expectation.service
-
Default expectation allows for anything to be provided as an expectation.
- addExpectation(AbstractListExpectation.DefaultExpectation<?>, String) - Method in class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
Append the expectation to the already defined expectations
- addObserver(FlowObserver) - Method in interface org.ikasan.testharness.flow.FlowSubject
-
Add a flow test observer.
- addObserver(FlowObserver) - Method in class org.ikasan.testharness.flow.listener.FlowEventListenerSubject
-
Add the specified observer
- after() - Method in class org.ikasan.testharness.flow.ftp.FtpRule
-
Override to tear down your specific external resource.
- after() - Method in class org.ikasan.testharness.flow.sftp.SftpRule
-
Override to tear down your specific external resource.
- afterFlowElement(String, String, FlowElement, FlowEvent) - Method in class org.ikasan.testharness.flow.listener.FlowEventListenerSubject
-
Captures the details of the flow component and event in flight.
- allSatisfied(List<Capture<?>>) - Method in class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
Have all expectations been satisfied
- allSatisfied(List<Capture<?>>) - Method in interface org.ikasan.testharness.flow.expectation.service.FlowExpectation
-
Have all expectations been satisfied
- allSatisfied(List<Capture<?>>) - Method in class org.ikasan.testharness.flow.expectation.service.OrderedExpectation
-
Have all expectations been satisfied
- allSatisfied(List<Capture<?>>) - Method in class org.ikasan.testharness.flow.expectation.service.UnorderedExpectation
-
Have all expectations been satisfied
- apply(Statement, Description) - Method in class org.ikasan.testharness.flow.rule.IkasanFlowTestRule
-
Applies the basic flow test rules:
1.
- apply(Statement, Description) - Method in class org.ikasan.testharness.flow.rule.IkasanStandaloneFlowTestRule
-
Applies the basic flow test rules:
1.
- assertFlowComponentExecution() - Method in class org.ikasan.testharness.flow.rule.IkasanStandaloneFlowTestRule
-
- assertIsSatisfied() - Method in interface org.ikasan.testharness.flow.FlowTestHarness
-
Test harness should ensure all specified expectations have been met.
- assertIsSatisfied() - Method in class org.ikasan.testharness.flow.FlowTestHarnessImpl
-
- assertIsSatisfied() - Method in class org.ikasan.testharness.flow.rule.IkasanFlowTestRule
-