December 2010
Beginner to intermediate
552 pages
18h 44m
English
This chapter covers
In the last chapter, we covered error handling and learned that it’s hard to handle and cater for all difficulties that can possibly arise. To help address this problem, you can test as many situations as possible. In this chapter, we’ll look at how to test with Camel—not only testing your projects when everything goes well, but also simulating errors and testing whether your error handling strategies are up to the job.
Testing is vital to ensuring that your integration projects are successful. JUnit has become the standard API for ...
Read now
Unlock full access