Class | Description |
---|---|
CamelTearDownRule |
A JUnit rule to tear down Camel when using createCamelContextPerClass=true.
|
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, instead use @RunWith(CamelSpringBootRunner.class) . |
CamelTestWatcher |
A JUnit
TestWatcher that is used to time how long the test takes. |
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 |
A bunch of useful testing methods
|
Apache Camel