Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag libs, ...) from the Jakarta Project. The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it. Cactus implements an in-container strategy, meaning that tests are executed inside the container.
Project Status
On 11th of April The Jakarta Cactus project announced the new 1.8.0 version.[1]. The current still does not support JUnit 4, but provides integration of Cactus with the Cargo project.
External links
Official Page of the Codehaus Cargo Project
Official Page on the Apache Jakarta Project
|