Uses of Class
org.ikasan.testharness.flow.expectation.service.AbstractListExpectation.DefaultExpectation
-
Packages that use AbstractListExpectation.DefaultExpectation Package Description org.ikasan.testharness.flow.expectation.service -
-
Uses of AbstractListExpectation.DefaultExpectation in org.ikasan.testharness.flow.expectation.service
Fields in org.ikasan.testharness.flow.expectation.service with type parameters of type AbstractListExpectation.DefaultExpectation Modifier and Type Field Description protected java.util.List<AbstractListExpectation.DefaultExpectation>AbstractListExpectation. expectationsMethods in org.ikasan.testharness.flow.expectation.service with parameters of type AbstractListExpectation.DefaultExpectation Modifier and Type Method Description protected voidAbstractListExpectation. addExpectation(AbstractListExpectation.DefaultExpectation<?> defaultExpectation, java.lang.String description)Append the expectation to the already defined expectationsMethod parameters in org.ikasan.testharness.flow.expectation.service with type arguments of type AbstractListExpectation.DefaultExpectation Modifier and Type Method Description protected org.ikasan.testharness.flow.expectation.service.AbstractListExpectation.ExpectationDifferenceAbstractListExpectation. getExpectationDifference(java.util.List<AbstractListExpectation.DefaultExpectation> expectations, java.util.List<Capture<?>> captures)
-