Versions Compared

Key

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

...

Notice how a custom test runner is used with the @RunWith annotation to support the features of CamelTestSupport through annotations on the test class.  See Spring Testing for a list of annotations you can use in your tests.

Blueprint Test

Here is the Blueprint Testing example using XML Config.

...