You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2013/12/15 20:58:45 UTC

svn commit: r1551045 - /deltaspike/site/trunk/content/test-control.mdtext

Author: gpetracek
Date: Sun Dec 15 19:58:45 2013
New Revision: 1551045

URL: http://svn.apache.org/r1551045
Log:
updated content

Modified:
    deltaspike/site/trunk/content/test-control.mdtext

Modified: deltaspike/site/trunk/content/test-control.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/test-control.mdtext?rev=1551045&r1=1551044&r2=1551045&view=diff
==============================================================================
--- deltaspike/site/trunk/content/test-control.mdtext (original)
+++ deltaspike/site/trunk/content/test-control.mdtext Sun Dec 15 19:58:45 2013
@@ -98,7 +98,27 @@ It's possible to set "testcontrol.stop_c
 
 Don't forget to add a beans.xml in the test-module (e.g. src/test/resources/META-INF/beans.xml).
 
+# Optional Integrations
+
+## JSF (via MyFaces-Test)
+
+add:
+
+org.apache.deltaspike.testcontrol.impl.jsf.MockedJsf2TestContainer
+
+to
+
+/META-INF/services/org.apache.deltaspike.testcontrol.spi.ExternalContainer
+
+(in your config-folder for tests e.g.: test/resources)
+
 # SPI
 
-[TODO]
+## ExternalContainer
+
+org.apache.deltaspike.testcontrol.spi.ExternalContainer allows to integrate containers which get started after the CDI container.
+Currently DeltaSpike provides:
 
+ * MockedJsf2TestContainer (integration with MyFaces-Test)
+
+[TODO]