Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Apache Camel

You're reading from  Mastering Apache Camel

Product type Book
Published in Jun 2015
Publisher Packt
ISBN-13 9781782173151
Pages 238 pages
Edition 1st Edition
Languages
Concepts
Authors (3):
Bilgin Ismet Ibryam Bilgin Ismet Ibryam
Profile icon Bilgin Ismet Ibryam
Jean Baptiste Onofre Jean Baptiste Onofre
Profile icon Jean Baptiste Onofre
Jean-Baptiste Onofré Jean-Baptiste Onofré
Profile icon Jean-Baptiste Onofré
View More author details

Chapter 8. Testing

When we deal with an integration project, testing is vital to ensure that your logic works as expected. This means testing the different routing logic, and managing the errors that can happen during the routing.

Moreover, an integration project means that we use services or endpoints provided by different teams or third parties. Instead of waiting for the services and endpoints provided by the team, we can begin to implement our project by mocking the dependency services.

We can distinguish two kinds of tests:

  • Unit tests are focused on testing your routing logic. Basically, it tests the behaviors of your routes.

  • Integration tests are more dedicated to the installation and deployment of your routes in a container. These tests depend on the runtime container that you use to run your Camel routes.

Apache Camel provides the tool to easily implement unit tests—it's called a Camel test kit.

This chapter will introduce:

  • The unit test approach and how to use the different modules provided...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}