|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.cactus | |
org.apache.commons.cactus | Base package for the Cactus project. |
org.apache.commons.cactus.client | |
org.apache.commons.cactus.server |
Classes in org.apache.commons.cactus used by org.apache.commons.cactusAbstractTestCase
|
Abstract class that specific test cases ( ServletTestCase ,
FilterTestCase , ...) must extend. 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. ServletURL
|
Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ? |
Classes in org.apache.commons.cactus used by org.apache.commons.cactus.clientServletTestRequest
|
Contains all HTTP request data for a test case. |
Classes in org.apache.commons.cactus used by org.apache.commons.cactus.serverServletURL
|
Simulate an HTTP URL by breaking it into its different parts :
URL = "http://" + serverName (including port) + requestURI ? |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |