-
Adds an assertion to all the received messages
Adds an expectation that the given body value are received by this endpoint
Adds an expectation that messages received should have ascending values of the given expression such as a user
generated counter value
Adds an expectation that messages received should have descending values of the given expression such as a user
generated counter value
Adds an expectation that no duplicate messages should be received using the expression to determine the message
ID
MockEndpoint.message(int messageIndex)
Adds an assertion to the given message index
AssertionClause.predicate(org.apache.camel.Predicate predicate)
Adds the given predicate to this assertion clause
Adds the given predicate to this assertion clause