Jakarta Cactus

From Wikipedia, the free encyclopedia

Jakarta Cactus
Developed by Apache Software Foundation
Written in Java
OS Cross-platform
Genre Unit Test
License Apache License 2.0
Website http://jakarta.apache.org/cactus/

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.

[edit] 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.

[edit] External links

Official Page of the Codehaus Cargo Project

Official Page on the Apache Jakarta Project

Languages