Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can find more information in auto-detecting Camel routes.

 

In case you prefer declaring the RouteBuilder bean in a separate class, for example to share it more easily across multiple test classes, you can use the @Beans annotation to instruct Camel CDI test to deploy that class as a CDI bean, e.g.:

...