Author: gpetracek
Date: Thu Dec 5 12:16:51 2013
New Revision: 1548107
URL: http://svn.apache.org/r1548107
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=1548107&r1=1548106&r2=1548107&view=diff
==============================================================================
--- deltaspike/site/trunk/content/test-control.mdtext (original)
+++ deltaspike/site/trunk/content/test-control.mdtext Thu Dec 5 12:16:51 2013
@@ -90,6 +90,10 @@ It's possible to overrule the default-pr
//tests here will see project-stage CustomTestStage.class
}
+# Optional Config
+
+It's possible to set "testcontrol.stop_container" to "false" (via the std.
DeltaSpike config). With that the CDI-Container will be started just once for
all tests.
+
# Hints
Don't forget to add a beans.xml in the test-module (e.g.
src/test/resources/META-INF/beans.xml).