Jakarta Cactus

From Wikipedia, the free encyclopedia

Jakarta Cactus
Developer: Apache Software Foundation
OS: Cross-platform
Use: Unit Test
License: Apache 2.0 Licence
Website: 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

According to a posting on the official Cactus development email list [1], development on Cactus has largely stalled. The current version of Cactus, 1.7.2, was released on 2006-03-26 and does not support Junit 4.

[edit] External links

Official Page on the Apache Jakarta Project

In other languages