[jboss-cvs] JBossAS SVN: r93075 - projects/jboss-jca/trunk/doc/developerguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 10:55:01 EDT 2009


Author: jesper.pedersen
Date: 2009-09-01 10:55:01 -0400 (Tue, 01 Sep 2009)
New Revision: 93075

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en/modules/testing.xml
Log:
Clarify embedded JCA env and plain JUnit tests

Modified: projects/jboss-jca/trunk/doc/developerguide/en/modules/testing.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/modules/testing.xml	2009-09-01 14:45:27 UTC (rev 93074)
+++ projects/jboss-jca/trunk/doc/developerguide/en/modules/testing.xml	2009-09-01 14:55:01 UTC (rev 93075)
@@ -47,6 +47,10 @@
       <programlisting>
 org.jboss.jca.test.core.workmanager
       </programlisting>
+
+      <para>These test cases can use both the embedded JCA environment or be implemented as standard POJO based
+        JUnit test cases.</para>
+
     </section>
 
     <section id="jbimpltest">
@@ -72,6 +76,10 @@
       <programlisting>
 org.jboss.jca.test.core.workmanager
       </programlisting>
+
+      <para>These test cases can use both the embedded JCA environment or be implemented as standard POJO based
+        JUnit test cases.</para>
+
     </section>
 
   </section>
@@ -91,6 +99,8 @@
 
       <para>The home of checkstyle is located here: <ulink url="http://checkstyle.sourceforge.net/"/>.</para>
 
+      <para>The goal is to have zero errors in the report.</para>
+
     </section>
 
     <section id="findbugs">
@@ -102,6 +112,8 @@
 
       <para>The home of findbugs is located here: <ulink url="http://findbugs.sourceforge.net/"/>.</para>
 
+      <para>The goal is to have zero errors in the report and as few exclusions in the filter as possible.</para>
+
     </section>
 
     <section id="cobertura">
@@ -113,6 +125,8 @@
 
       <para>The home of Cobertura is located here: <ulink url="http://cobertura.sourceforge.net/"/>.</para>
 
+      <para>The goal is to have as high code coverage as possible in all areas.</para>
+
     </section>
 
   </section>




More information about the jboss-cvs-commits mailing list