Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Apache Camel

You're reading from   Mastering Apache Camel An advanced guide to Enterprise Integration using Apache Camel

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher Packt
ISBN-13 9781782173151
Length 238 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (10) Chapters Close

Unit test approach with the Camel test kit


Implementing a unit test basically means you bootstrap your routes—you load CamelContext and routes in the tests, and it is ready to be executed.

You now define the endpoints that you want to mock, as follows:

  1. On the mocked endpoints, you define assertions.

  2. Create and inject exchanges at some points of the routes.

  3. Check whether the assertions are verified.

Camel provides different test kits, depending on the DSL that you use to write your routes:

  • camel-test is the core and abstract test kit that you can use if you use the Java DSL.

  • camel-test-spring extends camel-test, providing support for the Spring DSL.

  • camel-test-blueprint extends camel-test as well, and provides support for the Blueprint DSL. Additionally, it also provides an OSGi like service support leveraging iPOJO.

All Camel test kits provide:

  • JUnit extensions: JUnit is the most commonly adopted unit test framework for Java, and is freely available. Instead of reinventing the wheel, Camel directly...

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 $19.99/month. Cancel anytime
Banner background image