Package org.apache.commons.cactus

Base package for the Cactus project.

See:
          Description

Class Summary
AbstractTestCase Abstract class that specific test cases (ServletTestCase, FilterTestCase, ...) must extend.
JspTestCase Test classes that need access to valid JSP implicit objects (such as the page context, the output jsp writer, the HTTP request, ...) must subclass this class.
ServiceDefinition Constants that define HTTP parameters required for defining a service that is performed by the ServletTestRedirector servlet.
ServiceEnumeration List of valid services that the ServletTestRedirector can perform.
ServletTestCase Test classes that need access to valid Servlet implicit objects (such as the the HTTP request, the HTTP response, the servlet config, ...) must subclass this class.
ServletTestRequest Contains all HTTP request data for a test case.
ServletTestResult Represent the result of the execution of the Test class by the server redirector.If any exception was raised during the test, it is saved by this class.
ServletURL Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ?
TestAll Run all the unit tests of Cactus that do not need a servlet environment to run.
 

Package org.apache.commons.cactus Description

Base package for the Cactus project. All the framework classes are located under subpackages of this package.



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