|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CamelSpringTestSupport
into
Spring Test driven classes.CamelContext
with some routes
along with a ProducerTemplate
for use in the test caseRouteBuilder
to define the routes for testing
RouteBuilder
s to define the routes for testing
CamelContext
is createt.
CamelContext
is created
CamelContext
and
a populated Exchange
Route
from the test camel context
Route
from the test time context
route scanning
AbstractTestNGSpringContextTests
declares the test context as private and
we cannot control its instantiation, we need to use ContextConfiguration
on
AbstractCamelTestNGSpringContextTests
.
mock:someName
MockEndpoint
using a URI of the form mock:someName
, optionally
creating it if it does not exist.
PackageScanClassResolver
to exclude a set of given classes from
being resolved.
CamelContext
should be setup per test or per class.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |