davsclaus opened a new issue, #4068: URL: https://github.com/apache/camel-quarkus/issues/4068
We added support for testing via CamelTestSupport in 2.12 onwards (see bottom of testing page). https://camel.apache.org/camel-quarkus/2.12.x/user-guide/testing.html The testing docs however says in the top its not supported: ``` When it comes to testing a route in the context of Quarkus, the paved road is to write local integration tests. This has the advantage of covering both JVM and native mode. The flip side is that the standard Camel testing approach with camel-test and CamelTestSupport is not supported. ``` I think we can make this sentence less confusing, and say that there are two different styles of testing - a Quarkus style, and then a Camel specific way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
