Package org.apache.camel.component.mock
Interface AssertionTask
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AssertionClauseTask
Assertion task that supports fail fast mode by running the assertion asap on the n'th received message.
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertOnIndex(int index) Asserts on the n'th received message
-
Method Details
-
assertOnIndex
void assertOnIndex(int index) Asserts on the n'th received message- Parameters:
index- the n'th received message
-