cascading.operation
Interface ValueAssertion<C>
- All Superinterfaces:
- Assertion<C>, Operation<C>
- All Known Implementing Classes:
- AssertEquals, AssertEqualsAll, AssertExpression, AssertMatches, AssertMatchesAll, AssertNotNull, AssertNull, AssertSizeEquals, AssertSizeLessThan, AssertSizeMoreThan
public interface ValueAssertion<C>
- extends Assertion<C>
Class ValueAssertion is a kind of Assertion used with the Each pipe Operator.
Implementors must also extend BaseOperation.
| Fields inherited from interface cascading.operation.Operation |
ANY |
doAssert
void doAssert(FlowProcess flowProcess,
ValueAssertionCall<C> assertionCall)
- Method doAssert performs the assertion.
- Parameters:
flowProcess - of type FlowProcessassertionCall - of type ValueAssertionCall
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.