JICUnit

JICUnit is a Java testing framework for JEE in-container testing based on JUnit. JICUnit is inspired by JUnitEE/JUnitEEv2 and Jakarta Cactus, both which are not developed any more.

In short the JUnit tests are packaged in a test WAR and deployed to the JEE container where they can be executed.

For more information, please visit:

  • Wiki
  • Download and Install guide
  • Getting Started
  • JavaDoc