Book Image

Mastering Apache Camel

By : Bilgin Ismet Ibryam, Jean Baptiste Onofre, Jean-Baptiste Onofré
5 (1)
Book Image

Mastering Apache Camel

5 (1)
By: Bilgin Ismet Ibryam, Jean Baptiste Onofre, Jean-Baptiste Onofré

Overview of this book

Table of Contents (15 chapters)
Mastering Apache Camel
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


As we see in this chapter, Camel provides rich features allowing you to easily implement unit tests and integration tests.

Thanks to that, you can test the integration logic that you want to implement in your routes, and you can also move forward in your implementation, by mocking parts of your integration logic.

With such tests, you can use test driven implementation, where you start by implementing the test with your expectation, and implement your routes based on these expectations.