(no commit message)
[utils] / test / enterprise / src / site / xdoc / userguide.xml
index 9fb367a2a7c1e529db6453103e1f49c3de98c2b7..44fc196b604781bf625a1f363cd8b2e2d955a315 100644 (file)
@@ -9,6 +9,13 @@
   </properties>
   <body>
     <section name="JPA Testing">
+      <p>Part of the wamblee.org utilities library are test utilities for Java EE development.
+        Currently, the following utilities are provided:</p>
+      <ul>
+        <li>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
+          database or an external database. </li>
+        <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
+      </ul>
       <subsection name="Basic JPA support">
         
       </subsection>