You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/24 09:44:10 UTC

[GitHub] [camel-quarkus] ppalaga commented on a diff in pull request #3847: CamelTestSupport style of testing #3511

ppalaga commented on code in PR #3847:
URL: https://github.com/apache/camel-quarkus/pull/3847#discussion_r905902556


##########
docs/modules/ROOT/pages/user-guide/testing.adoc:
##########
@@ -226,3 +226,20 @@ class MyTest {
 ----
 
 More examples of WireMock usage can be found in the Camel Quarkus integration test source tree such as https://github.com/apache/camel-quarkus/tree/main/integration-tests/geocoder[Geocoder].
+
+== Testing with `CamelTestSupport` in JVM mode

Review Comment:
   The title is a bit misleading IMO, because CamelTestSupport does not work on Quarkus. 
   
   How about "`CamelTestSupport` style of testing" or "Testing with `CamelQuarkusTestSupport` in JVM mode"? 
   
   Also in the introductory sentence, I think it would be good to give some context by including link to the page where CamelTestSupport is documented. E.g. 
   
   > If you used plain Camel before, you may know `https://camel.apache.org/components/latest/others/test-junit5.html[CamelTestSupport]` already. Unfortunately the Camel variant won't work on Quarkus and so we prepared a replacement called `CamelQuarkusTestSupport`.
   



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org