Package org.apache.commons.cactus.client

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.
 

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.