[jboss-svn-commits] JBoss Common SVN: r4081 - arquillian/trunk/doc/reference/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 4 02:17:14 EST 2010


Author: dan.j.allen
Date: 2010-03-04 02:17:14 -0500 (Thu, 04 Mar 2010)
New Revision: 4081

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/preface.xml
Log:
clarify the target container varieties


Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/preface.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/preface.xml	2010-03-04 07:12:27 UTC (rev 4080)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/preface.xml	2010-03-04 07:17:14 UTC (rev 4081)
@@ -31,10 +31,10 @@
 
    <para>
       Arquillian, a new testing framework developed at JBoss.org, empowers the developer to write integration tests for
-      business objects that are executed inside of or through coordination with an embedded or remote
-      container&#8212;whether it be a Servlet container, a Java EE application server or a Java SE CDI environment.
-      Arquillian strives to make integration testing no more complicated than basic unit testing. It turns out, if these
-      tests execute quickly, they're really the only tests you need.
+      business objects that are executed inside a container or that interact with the container as a client. The
+      container may be an embedded or remote Servlet container, Java EE application server, Java SE CDI environment or
+      any other container implementation provided. Arquillian strives to make integration testing no more complicated
+      than basic unit testing. It turns out, if these tests execute quickly, they're really the only tests you need.
    </para>
 
    <para>



More information about the jboss-svn-commits mailing list