Can't test Camel processor

2022-03-04 Thread Alaeddine HAOUAS
Hi, I have an issue in a unit test, to verify a Processor. Context is a Spring-boot application used to control a Camel route, that triggers eventually a Camel processor. In a JUnit test, I achieved to have the RouteBuilder started and tested successfully until the instruction setting up the Proc

Re: Can't test Camel processor

2022-03-04 Thread Vyacheslav Boyko
Briefly. Catch the thing after your processor. Take a look on code snippets in my article https://link.medium.com/oeURBq6R7nb ___ Best regards, Vyacheslav. Alaeddine HAOUAS <4codynam...@gmail.com> 4 марта 2022 г. 14:58:37 написал: Hi, I have an issue in a unit test, to verify a Processor. Con