We have a complicated system setup to plan our routes. I want to write unit
tests to test these routes. Is there a way to test the routes without having
to re-write a bunch of code to tell my routes to go to mock endpoints? The
only examples that I have seen have been of routes that have been re-written
to go to mock endpoints. I want to test the routing system that's in place
not re-write it. Is that possible?
--
View this message in context:
http://www.nabble.com/Testing-Routes-tp25977697p25977697.html
Sent from the Camel - Users mailing list archive at Nabble.com.