All Classes and Interfaces

Class
Description
Base test class, mostly made of legacy setup methods.
Finds currently available server ports.
A PropertiesFunction that reserves network ports and place them in a cache for reuse.
Configures a context for test execution
 
 
 
 
A ContextManager is used to manage the lifecycle of a CamelContext during test execution
 
A CamelRouteCoverageDumper instance dumps the route coverage of a given camel test.
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.
A common interface for tests that use the CamelContext.
A factory class for creating context managers
Callback types
To easily debug by overriding the debugBefore and debugAfter methods.
 
A base class for a test which requires a CamelContext and a populated Exchange
 
 
A useful base class for testing the language plugins in Camel
A CamelContext test lifecycle manager based on the behavior that was built in CamelTestSupport up to Camel 4.7.0
 
 
 
 
 
 
 
This configuration class allows tweaking how the test itself configured and enable/disable features that affect its execution environment.
 
Helper utility to get the test name for legacy test.
Provides utility methods for camel test purpose (builders, assertions, endpoint resolutions, file helpers).