How to get started using the camel-test
module for testing Camel routes with the Java DSL.
You can try this example by running this goal:
mvn test -Dtest=FirstTest
And the improved version of the test can be run with:
mvn test -Dtest=FirstNoSleepTest
This example can be run using:
mvn test -Dtest=ExistingRouteBuilderTest