Cactus 1.0 for Servlet 23 API

Cactus is a JUnit extension to unit test server-side java code.

See:
          Description

Packages
org.apache.commons.cactus Base package for the Cactus project.
org.apache.commons.cactus.client  
org.apache.commons.cactus.server  
org.apache.commons.cactus.util  

 

Cactus is a JUnit extension to unit test server-side java code. A server- side java code is some code that is called either by a JSP or by a Servlet. Server-side code is also code that may need to have access to valid HttpServletRequest, HttpServletResponse and HttpSession objects.

Go to the Cactus web site for all documentation and tutorials for installing and running Cactus



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.