Re: Unit test for Springboot Camel 2.20.x

2019-04-05 Thread Rajith Muditha Attapattu
I actually checked the book when I got home :) On Fri., Apr. 5, 2019, 12:23 a.m. Claus Ibsen, wrote: > 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 C

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

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