JiriOndrusek commented on PR #3847: URL: https://github.com/apache/camel-quarkus/pull/3847#issuecomment-1164429878
I went through the tests in https://github.com/apache/camel/tree/main/components/camel-test and i think that all "relevant" tests are already part of this PR (description of modules follows): * `'camel-test-cdi` and `camel-test-cdi-junit5`: Tests in both modules do not extends `CamlTestSupport`, therefore it doesn't make sense to test them with this feature. * `camel-main-junit5`: This module is about starting Camel in standalone mode, it can make sense to test it on Camel Quarkus, but it is not part of the ticket and probably doesn't need to be part of the initial implementation. * `camel-test-spring` and `camel-test-spring-junit5`: Does not make sense to run on quarkus * `camel-test-junit5`: Tests are part of this PR. -- 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]
