public interface ValueAssertion<C> extends Assertion<C>
Assertion
used with the Each
pipe Operator.
Implementers must also extend BaseOperation
.Modifier and Type | Method and Description |
---|---|
void |
doAssert(FlowProcess flowProcess,
ValueAssertionCall<C> assertionCall)
Method doAssert performs the assertion.
|
supportsPlannerLevel
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare
void doAssert(FlowProcess flowProcess, ValueAssertionCall<C> assertionCall)
flowProcess
- of type FlowProcessassertionCall
- of type ValueAssertionCallCopyright © 2007-2015 Concurrent, Inc. All Rights Reserved.