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.DisableJmx
.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.UseAdviceWith
and other state in the JVM.DisableJmx
.DisableJmx
.MockEndpoints
.MockEndpoints
.MockEndpointsAndSkip
and skipping the
original endpoint.MockEndpointsAndSkip
and skipping the
original endpoint.ProvidesBreakpoint
annotation on a test class.ProvidesBreakpoint
annotation on a test class.ShutdownTimeout
.ShutdownTimeout
.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.CamelContext
s instantiated through the
use of Spring Test loaded application contexts.CamelTestSupport
.adviceWith()
within the test class.Apache Camel