| Project Name | Jakarta Cactus |
| Category | Development tools |
| Programming Language | Java |
| Project Home Page | http://jakarta.apache.org/cactus/index.html |
| License(s) | Apache Software License (version 2.0) |
| License URL(s) | http://www.apache.org/licenses/LICENSE-2.0 |
| Tags (edit) | server-side code, test |
Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).
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.
The Cactus Ecosystem is made of several components:
- The Cactus Framework: This is the heart of Cactus. It is the engine that provides the API to write Cactus tests.
- The Cactus Integration Modules: They are front ends and frameworks that provide easy ways of using the Cactus Framework (Ant scripts, Eclipse plugin, Maven plugin, ...).
- The Cactus Samples: They are simple projects that demonstrate how to write Cactus tests and how to use some of the Integration Modules.
Similar Projects (edit)
Reviews
Be the first person to review this project!
User tips
Related books
| Title | Authors |
|---|---|
| Agile Java(TM) : Crafting Code with Test-Driven Development (Robert C. Martin Series) | Jeff Langr |
| Java Testing and Design : From Unit Testing to Automated Web Tests | Frank Cohen |
| Test Driven Development: A Practical Guide | David Astels |
| Test-Driven Development: A J2EE Example (Expert's Voice) | Russell Gold et al. |
| Unit Testing in Java: How Tests Drive the Code | Johannes Link |
Last modified on 2006-08-21 03:33:27.878 (rel. 6).
