CamelSpringTestSupport
to Spring Boot Test based test cases.CamelSpringRunner
or CamelSpringBootRunner
instead.CamelSpringTestSupport
to Spring
Test based test cases.GenericXmlContextLoader
that provides hooks for processing some class level Camel
related test annotations.CamelSpringTestContextLoader
that sets the test class state in CamelSpringTestHelper
almost immediately before the loader initializes the Spring context.CamelContext
s that are bootstrapped during the test
through the use of Spring Test loaded application contexts.strategy
against all SpringCamelContext
s found in the Spring context.Route
from the test camel contextRoute
from the test time context route scanningclazz
and its superclasses/interfaces.Ordered.LOWEST_PRECEDENCE
, thereby ensuring
that custom listeners are ordered after default listeners supplied by the framework.-context.xml
".PackageScanClassResolver
to exclude a set
of given classes from being resolved.UseAdviceWith
and other state in the JVM.DisableJmx
.MockEndpoints
.MockEndpointsAndSkip
and skipping the original
endpoint.EnableRouteCoverage
.ShutdownTimeout
.org.apache.camel.component.properties.PropertiesComponent
.AbstractGenericContextLoader
, this method creates and
refreshes the application context while providing for processing of additional Camel specific post-refresh
actions.AbstractGenericContextLoader
, this method creates and
refreshes the application context while providing for processing of additional Camel specific post-refresh
actions.Breakpoint
for use in the test.EnableRouteCoverage
.CamelContext
s instantiated through the use of Spring Test loaded
application contexts.CamelTestSupport
.adviceWith()
within the test class.Properties
for use in the test, and that those
properties override any existing properties configured on the
org.apache.camel.component.properties.PropertiesComponent
.Apache Camel