Re: Unit testing with Camel - Alter Route for each testcase.

2012-01-25 Thread anand sridhar
e.org/advicewith.html > > Babak > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unit-testing-with-Camel-Alter-Route-for-each-testcase-tp5431445p5431549.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Unit testing with Camel - Alter Route for each testcase.

2012-01-25 Thread Babak Vahdat
-Camel-Alter-Route-for-each-testcase-tp5431445p5431549.html Sent from the Camel - Users mailing list archive at Nabble.com.

Unit testing with Camel - Alter Route for each testcase.

2012-01-25 Thread anand sridhar
Hi, I have a Unit test class to test a route. My Route is : from("endpoint1") .to("endpoint2") .to("endpoint3") .to("endpoint4") ; I want to set up a unit test case that tests parts of the above route. For eg, from("endpoint2").to("endpoint3"); , from("endpoint3").to("endpoint4") can be two dif