Package org.apache.camel.test.spring

Interface Summary
CamelSpringTestHelper.DoToSpringCamelContextsStrategy  
 

Class Summary
CamelSpringDelegatingTestContextLoader CamelSpringDelegatingTestContextLoader which fixes issues in Camel's JavaConfigContextLoader.
CamelSpringJUnit4ClassRunner An implementation bringing the functionality of CamelSpringTestSupport to Spring Test based test cases.
CamelSpringJUnit4ClassRunner.CamelTestContextManager An implementation providing additional integration between Spring Test and Camel testing features.
CamelSpringTestContextLoader Replacement for the default GenericXmlContextLoader that provides hooks for processing some class level Camel related test annotations.
CamelSpringTestContextLoaderTestExecutionListener Helper for CamelSpringTestContextLoader that sets the test class state in CamelSpringTestHelper almost immediately before the loader initializes the Spring context.
CamelSpringTestHelper Helper that provides state information across the levels of Spring Test that do not expose the necessary context/state for integration of Camel testing features into Spring test.
CamelSpringTestSupport  
DisableJmxTestExecutionListener Provides reset to pre-test state behavior for global enable/disable of JMX support in Camel through the use of DisableJmx.
StopWatchTestExecutionListener An execution listener that simulates the timing output built in to CamelTestSupport.
 

Annotation Types Summary
DisableJmx Indicates if JMX should be globally disabled in the CamelContexts that are bootstrapped during the test through the use of Spring Test loaded application contexts.
ExcludeRoutes Indicates if certain route builder classes should be excluded from discovery.
LazyLoadTypeConverters Deprecated. See CAMEL-5011 for more details.
MockEndpoints Triggers the auto-mocking of endpoints whose URIs match the provided filter.
MockEndpointsAndSkip Triggers the auto-mocking of endpoints whose URIs match the provided filter with the added provision that the endpoints are also skipped.
ProvidesBreakpoint Indicates that the annotated method returns a Breakpoint for use in the test.
ShutdownTimeout Indicates to set the shutdown timeout of all CamelContexts instantiated through the use of Spring Test loaded application contexts.
UseAdviceWith Indicates the use of adviceWith() within the test class.
 



Apache Camel