Repository: camel
Updated Branches:
  refs/heads/master bf191d4e8 -> 6e1546272


Add Camel CDI test reference in Camel testing documentation


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6e154627
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6e154627
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6e154627

Branch: refs/heads/master
Commit: 6e154627212641a3a4cec29d45c860019d9c94f7
Parents: e636d76
Author: Antonin Stefanutti <[email protected]>
Authored: Thu Mar 10 12:07:32 2016 +0100
Committer: Antonin Stefanutti <[email protected]>
Committed: Thu Mar 10 12:08:05 2016 +0100

----------------------------------------------------------------------
 docs/user-manual/en/testing.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6e154627/docs/user-manual/en/testing.adoc
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/testing.adoc b/docs/user-manual/en/testing.adoc
index 7281614..6f417d4 100644
--- a/docs/user-manual/en/testing.adoc
+++ b/docs/user-manual/en/testing.adoc
@@ -44,6 +44,15 @@ link:dependency-injection.html[Dependency Injection] which 
does not
 require an in-depth knowledge of Spring + Spring Test or Guice.
  Supports JUnit 3.x (deprecated) and JUnit 4.x based tests.
 
+|link:camel-test-cdi.html[CDI Testing] |camel-test-cdi | Provides a JUnit 4
+runner that bootstraps a test environment using CDI so that you don't have
+to be familiar with any CDI testing frameworks and can concentrate on the
+testing logic of your Camel CDI applications. +
+Testing frameworks like http://arquillian.org[Arquillian]
+or https://ops4j1.jira.com/wiki/display/PAXEXAM4[PAX Exam], can be used
+for more advanced test cases, where you need to configure your system under
+test in a very fine-grained way or target specific CDI containers.
+
 |link:spring-testing.html[Spring Testing] |camel-test-spring |Supports
 JUnit 3.x (deprecated) or JUnit 4.x based tests that bootstrap a test
 environment using Spring without needing to be familiar with Spring

Reply via email to