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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 8 00:20:06 EST 2010


Author: dan.j.allen
Date: 2010-02-08 00:20:03 -0500 (Mon, 08 Feb 2010)
New Revision: 3997

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/intro.xml
Log:
revise mission


Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/intro.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/intro.xml	2010-02-08 05:02:38 UTC (rev 3996)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/intro.xml	2010-02-08 05:20:03 UTC (rev 3997)
@@ -20,13 +20,13 @@
       <title>Mission statement</title>
       <para>
          The mission of the Arquillian project is to provide a simple mechanism to test application code inside a
-         container. But the last thing Java developers want is yet another testing framework to make their life more
-         complicated. That's why Arquillian integrates transparently with familiar testing frameworks (JUnit 4 and
-         TestNG 5), performs runtime packaging and deployment of tests within Java EE archives and executes the tests
-         inside the container. Tests can be launched using existing IDE, Ant and Maven test plugins, thus minimizing the
-         burden on the developer to <!-- validate the behavior of managed and enterprise beans or POJOs that use
-         enterprise services --> perform integration testing. And the environment in which the tests are run is
-         pluggable, so the developer is not locked in to a proprietary testing container.
+         container. Since the last thing Java developers want is yet another testing framework to make their life more
+         complicated, Arquillian integrates transparently with familiar testing frameworks (JUnit 4 and TestNG 5) by
+         performing runtime packaging and deployment of tests within Java EE archives and executing the tests inside the
+         container. Tests can be launched using existing IDE, Ant and Maven test plugins, thus minimizing the burden on
+         the developer to <!-- validate the behavior of managed and enterprise beans or POJOs that use enterprise
+         services --> perform integration testing. And the environment in which the tests are run is pluggable, so the
+         developer is not locked in to a proprietary testing container.
       </para>
    </section>
 



More information about the jboss-svn-commits mailing list