All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description CamelAnnotationsHandler CamelSpringBootExecutionListener CamelSpringBootJUnit4ClassRunner Deprecated. CamelSpringBootRunner An implementation bringing the functionality ofCamelSpringTestSupport
to Spring Boot Test based test cases.CamelSpringBootRunner.CamelTestContextManager An implementation providing additional integration between Spring Test and Camel testing features.CamelSpringDelegatingTestContextLoader Deprecated. useCamelSpringRunner
orCamelSpringBootRunner
instead.CamelSpringJUnit4ClassRunner Deprecated. CamelSpringRunner An implementation bringing the functionality ofCamelSpringTestSupport
to Spring Test based test cases.CamelSpringRunner.CamelTestContextManager An implementation providing additional integration between Spring Test and Camel testing features.CamelSpringTestContextLoader Replacement for the defaultGenericXmlContextLoader
that provides hooks for processing some class level Camel related test annotations.CamelSpringTestContextLoaderTestExecutionListener Helper forCamelSpringTestContextLoader
that sets the test class state inCamelSpringTestHelper
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.CamelSpringTestHelper.DoToSpringCamelContextsStrategy CamelSpringTestSupport Base test-class for classic Spring application such as standalone, web applications.CamelTestContextBootstrapper To bootstrap Camel for testing with Spring 4.1 onwards.DisableJmx Indicates if JMX should be globally disabled in theCamelContext
s that are bootstrapped during the test through the use of Spring Test loaded application contexts.DisableJmxTestExecutionListener Provides reset to pre-test state behavior for global enable/disable of JMX support in Camel through the use ofDisableJmx
.EnableRouteCoverage Enables dumping route coverage statistic.ExcludeRoutes Indicates if certain route builder classes should be excluded from discovery.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 aBreakpoint
for use in the test.RouteCoverageDumper Helper to dump route coverage when usingEnableRouteCoverage
.RouteCoverageEventNotifier ShutdownTimeout Indicates to set the shutdown timeout of allCamelContext
s instantiated through the use of Spring Test loaded application contexts.StopWatchTestExecutionListener An execution listener that simulates the timing output built in toCamelTestSupport
.UseAdviceWith Indicates the use ofadviceWith()
within the test class.UseOverridePropertiesWithPropertiesComponent Indicates that the annotated method returns aProperties
for use in the test, and that those properties override any existing properties configured on thePropertiesComponent
.