<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
<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>
</tr>
</table>
</subsection>
-
+
<subsection name="JPA implementation-specific library">
<p>Choose one from the choices below: </p>
<table>