Uses of Interface
org.ikasan.testharness.flow.expectation.service.FlowExpectation
-
Packages that use FlowExpectation Package Description org.ikasan.testharness.flow org.ikasan.testharness.flow.expectation.service -
-
Uses of FlowExpectation in org.ikasan.testharness.flow
Constructors in org.ikasan.testharness.flow with parameters of type FlowExpectation Constructor Description FlowTestHarnessImpl(FlowExpectation flowExpectation)Constructor -
Uses of FlowExpectation in org.ikasan.testharness.flow.expectation.service
Classes in org.ikasan.testharness.flow.expectation.service that implement FlowExpectation Modifier and Type Class Description classAbstractListExpectationAbstract expectation based on a List of DefaultExpectationsclassOrderedExpectationImplementation of a FlowExpectation based on applying the expectations in a strict given order.classUnorderedExpectationImplementation of the AbstractListExpectation based on applying the expectations in any order.
-