Package org.apache.cactus.client

Class Summary
AbstractHttpClient Abstract class for performing the steps necessary to run a test.
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, ...
HttpClientHelper Helper class to open an HTTP connection to the server redirector and pass to it HTTP parameters, Cookies and HTTP headers.
JspHttpClient Manage the logic for calling the JSP redirector for executing a test on the server side.
ServletExceptionWrapper Wrapper around a Throwable object.
ServletHttpClient Manage the logic for calling the Servlet redirector for executing a test on the server side.
 

Error Summary
AssertionFailedErrorWrapper Same as ServletExceptionWrapper except that this exception class extends JUnit AssertionFailedError so that JUnit will print a different message in it's runner console.
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.