Uses of Class
org.ikasan.testharness.flow.Capture
-
Packages that use Capture Package Description org.ikasan.testharness.flow.expectation.service -
-
Uses of Capture in org.ikasan.testharness.flow.expectation.service
Method parameters in org.ikasan.testharness.flow.expectation.service with type arguments of type Capture Modifier and Type Method Description abstract voidAbstractListExpectation. allSatisfied(java.util.List<Capture<?>> captures)Have all expectations been satisfiedvoidFlowExpectation. allSatisfied(java.util.List<Capture<?>> captures)Have all expectations been satisfiedvoidOrderedExpectation. allSatisfied(java.util.List<Capture<?>> captures)Have all expectations been satisfiedvoidUnorderedExpectation. allSatisfied(java.util.List<Capture<?>> captures)Have all expectations been satisfied
-