Versions Compared

Key

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

...

It should be easier to mock endpoints, replace parts of routes and whatnot. This allows you to leave your routes untouched and use the test kit to perform unit testing your routes. Currently the easiest approach is to add mocks into your routes which isn't desirable in some situations. Instead you should be able to tell Camel which endpoints should be mocked and what parts of the routes should be replaced with an alternative part. This is an ongoing process which we hope to improve in future releases as well.

Status: In progressDone

See Also

Camel 3.0 - Roadmap