(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 15 Aug 2010 17:01:57 +0000 (17:01 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 15 Aug 2010 17:01:57 +0000 (17:01 +0000)
test/enterprise/src/site/xdoc/index.xml

index 79f24e45b36d7c60956190ac6a02f005a7970ad3..6cfc8334f87dfe72bbb9aa184962848009cb428a 100644 (file)
     <section name="Introduction">
       <p>Several utilities are provide for Java EE testing: </p>
       <ul>
-        <li><a href="apidocs/org/wamblee/test/inject/package-summary.html">inject</a>: Java EE
+        <li><a href="apidocs/org/wamblee/test/inject/package-summary.html">inject</a>: general
           dependency injection in unit test. </li>
+        <li><a href="apidocs/org/wamblee/test/cdi/package-summary.html">cdi</a>: CDI dependency
+          injection in unit test. </li>
         <li><a href="apidocs/org/wamblee/test/transactions/package-summary.html">transactions</a>:
-        Transaction support in unit test. </li>
+          Transaction support in unit test. </li>
         <li><a href="apidocs/org/wamblee/test/jndi/package-summary.html">jndi</a>: JNDI support in
           unit test.</li>
         <li><a href="apidocs/org/wamblee/test/persistence/package-summary.html">persistence</a>: JPA
@@ -39,7 +41,7 @@
         <li>The specific JPA implementation and version to use <em>must</em> be determined by you
           and not by the test support library. </li>
       </ul>
-      
+
       <subsection name="The general JPA test support library">
         <p>Always include the dependency below: </p>
         <table>
@@ -53,7 +55,7 @@
           </tr>
         </table>
       </subsection>
-      
+
       <subsection name="JPA implementation-specific library">
         <p>Choose one from the choices below: </p>
         <table>