|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AbstractTestCase | Abstract class that specific test cases (ServletTestCase ,
FilterTestCase , ...) must extend. |
Cookie | Client cookie. |
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 | Deprecated. As of Cactus 1.2, replaced by WebRequest |
ServletURL | Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ? |
TestAbstractTestCase | Unit tests of the AbstractTestCase class. |
TestAbstractTestCase_InterceptorTestCase | Test TestCase class that intercepts all exceptions (and assert
them) coming from test case classes that inherits from it. |
TestAll | Run all the unit tests of Cactus that do not need a servlet environment to run. |
WebRequest | Contains all HTTP request data for a test case. |
WebResponse | Default web response implementation that provides a minimal API for asserting returned output stream from the server side. |
WebTestResult | 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. |
Contains all classes needed for Writing Cactus test classes.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |