| Class | Description |
|---|---|
| CamelTestSupport |
A useful base class which creates a
CamelContext with some routes along with a
ProducerTemplate for use in the test case Do not use this class for Spring Boot
testing. |
| ExchangeTestSupport |
A base class for a test which requires a
CamelContext and a populated Exchange |
| LanguageTestSupport |
A useful base class for testing the language plugins in Camel
|
| TestSupport |
Provides utility methods for camel test purpose (builders, assertions, endpoint resolutions, file helpers).
|
Apache Camel