|
Class Summary |
| AbstractHttpClient |
Abstract class that all HTTP clients to the server redirector must extend.
|
| ClientConfigurationChecker |
Helper class that checks configuration parameters (for the client side)
like if the CLASSPATH contains the jar for the Servlet API, if the
cactus.properties file is in the CLASSPATH, ... |
| JspHttpClient |
Manage the logic for calling a test method (which need access to JSP
objects) located on the server side. |
| ServletExceptionWrapper |
Wrapper around a Throwable object. |
| ServletHttpClient |
Manage the logic for calling a test method (which need access to Servlet
objects) located on the server side. |