|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.cactus | |
org.apache.cactus | Contains all classes needed for Writing Cactus test classes. |
org.apache.cactus.client | |
org.apache.cactus.server |
Classes in org.apache.cactus used by org.apache.cactusAbstractTestCase
|
Abstract class that specific test cases ( ServletTestCase ,
FilterTestCase , ...) must extend. Cookie
|
Client cookie. 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_InterceptorTestCase
|
Test TestCase class that intercepts all exceptions (and assert
them) coming from test case classes that inherits from it. 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. |
Classes in org.apache.cactus used by org.apache.cactus.clientServletTestRequest
|
Deprecated. As of Cactus 1.2, replaced by WebRequest WebRequest
|
Contains all HTTP request data for a test case. |
Classes in org.apache.cactus used by org.apache.cactus.serverServletURL
|
Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ? |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |