| Class and Description |
|---|
| AssertionClause
A builder of assertions on message exchanges
|
| AssertionTask
Assertion task that supports fail fast mode by running the assertion asap on the n'th received message.
|
| MockEndpoint
Test routes and mediation rules using mocks.
|
| MockExpressionClause
Represents an expression clause within the DSL which when the expression is
complete the clause continues to another part of the DSL
This implementation is a derived copy of the org.apache.camel.builder.ExpressionClause from camel-core,
that are specialized for being used with the mock component and separated from camel-core.
|
| MockExpressionClauseSupport
A support class for building expression clauses.
|
| MockValueBuilder
A builder of expressions or predicates based on values.
|
| TimeClause
Represents time based clauses for setting expectations on the mocks.
|
| TimeClause.TimeClassUnit |
Apache Camel