Package org.apache.cactus

Contains all classes needed for writing Cactus tests.

See:
          Description

Interface Summary
HttpServiceDefinition Constants that define HTTP parameters required for defining a service that is performed by the ServletTestRedirector servlet.
Request Tagging interface that represents all Requests objects that are used on the Cactus client side to store information related to the request that will be sent to the Cactus redirector (on the Cactus Server side).
 

Class Summary
AbstractTestSuite Test Suite that wraps all the tests of the suite in Cactus Test Case objects so that pure JUnit tests can be run on the server side.
BaseWebRequest Contains all HTTP request data for a test case but independently of the fact that there is or there is not a Cactus redirector.
Cookie Client cookie.
HttpSessionCookie Cookie containing an HTTP Session id.
JspTestCase Test classes that need access to valid JSP implicit objects (such as the page context, the output jsp writer, the HTTP request, ...) must subclass this class.
RequestDirectives Encapsulates the Cactus-specific parameters added to a request.
ServiceEnumeration List of valid services that the test redirectors 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.
ServletTestSuite TestSuite wrapper that wraps all the tests of the suite in Cactus ServletTestCase objects.
ServletURL Simulate an HTTP URL by breaking it into its different parts.
WebRequest Extends BaseWebRequest to add properties specific to the Cactus Web Redirectors.
WebResponse Default web response implementation that provides a minimal API for asserting returned output stream from the server side.
WebTestResult Represent the result of the execution of the Test class by the server redirector.If any exception was raised during the test, it is saved by this class.
 

Package org.apache.cactus Description

Contains all classes needed for writing Cactus tests.



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