- ignore(T) - Method in class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
Add an ignore operation to the expectations order
- ignore(T, String) - Method in class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
Add an ignore operation to the expectations order and provide
a description to help identify this expectation at runtime.
- ignore(T) - Method in interface org.ikasan.testharness.flow.expectation.service.FlowExpectation
-
ignore an expectation
- ignore(T, String) - Method in interface org.ikasan.testharness.flow.expectation.service.FlowExpectation
-
ignore an expectation and provide a description which can help
identify this expectation at runtime.
- IgnoreComparator - Class in org.ikasan.testharness.flow.comparator.model
-
Ignore comparator.
- IgnoreComparator() - Constructor for class org.ikasan.testharness.flow.comparator.model.IgnoreComparator
-
- IgnoreExpectation<T> - Class in org.ikasan.testharness.flow.expectation.model
-
Ignore expectation allows for a standard implementation to be provided
when ignoring expected behaviour.
- IgnoreExpectation(T) - Constructor for class org.ikasan.testharness.flow.expectation.model.IgnoreExpectation
-
Constructor
- initFlowObservers() - Method in class org.ikasan.testharness.flow.listener.FlowEventListenerSubject
-
Utility method for initialising the flow observers list implemented
for ease of testing.
- InspectableProducer<T> - Class in org.ikasan.testharness.flow.producer
-
Dummy producer to test last messages/events in unit tests.
- InspectableProducer() - Constructor for class org.ikasan.testharness.flow.producer.InspectableProducer
-
Constructs a InspectableProducer.
- InspectableProducer(IkasanJmsTemplate) - Constructor for class org.ikasan.testharness.flow.producer.InspectableProducer
-
- invoke(T) - Method in class org.ikasan.testharness.flow.producer.InspectableProducer
-
- isSatisfied(Capture<?>) - Method in class org.ikasan.testharness.flow.expectation.service.AbstractListExpectation
-
Is this actual operation satisfied with a corresponding expectation
- isSatisfied(Capture<?>) - Method in interface org.ikasan.testharness.flow.expectation.service.FlowExpectation
-
does an expectation satisfy the captured actual behaiour
- isSatisfied(Capture<?>) - Method in class org.ikasan.testharness.flow.expectation.service.OrderedExpectation
-
Is this actual operation satisfied with a corresponding expectation
- isSatisfied(Capture<?>) - Method in class org.ikasan.testharness.flow.expectation.service.UnorderedExpectation
-
Is this actual operation satisfied with a corresponding expectation
- isUseJms() - Method in class org.ikasan.testharness.flow.producer.InspectableProducer
-