See: Description
| Interface | Description |
|---|---|
| AssertionTask |
Assertion task that supports fail fast mode by running the assertion asap on the n'th received message.
|
| Class | Description |
|---|---|
| AssertionClause |
A builder of assertions on message exchanges
|
| AssertionClauseTask |
An
AssertionClause that bridges with fail fast mode (AssertionTask). |
| MockComponent |
The Mock Component provides mock endpoints for testing.
|
| MockComponentConfigurer |
Source code generated by org.apache.camel:apt
|
| MockEndpoint |
The mock component is used for testing routes and mediation rules using mocks.
|
| MockEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
| MockExpressionClause<T> |
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<T> |
A support class for building expression clauses.
|
| MockValueBuilder |
A builder of expressions or predicates based on values.
|
| Time |
A helper class for working with times in various units
|
| TimeClause |
Represents time based clauses for setting expectations on the mocks.
|
Apache Camel