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] External links

Official Page on the Apache Jakarta Project

In other languages