|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Base package for the Cactus project. All the framework classes are located under subpackages of this package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||