Unit test for Springboot Camel 2.20.x

2019-04-04 Thread Rajith Muditha Attapattu
What's the best approach to write unit tests for the above camel version? What provides feature parity with CamelTestSupport? An example test case is highly appreciated. Regards, Rajith

Re: Unit test for Springboot Camel 2.20.x

2019-04-04 Thread Claus Ibsen
Hi You can find some details in the testing documentation on the website, and look at some of the spring boot camel examples and their uni tests. And also if you have a copy of the Camel in Action book 2nd edition, it has a full chapter on testing. On Fri, Apr 5, 2019 at 5:35 AM Rajith Muditha At