Versions Compared

Key

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

...

In all approaches the test classes look pretty much the same in that they all reuse the Camel binding and injection annotations.TODO - show examples

Here is the Camel Test example

Wiki Markup
{snippet:lang=java|id=example|url=camel/trunk/components/camel-test/src/test/java/org/apache/camel/test/patterns/FilterTest.java}

Testing endpoints

Camel provides a number of endpoints which can make testing easier.

...