See: Description
Interface | Description |
---|---|
CactusTestCase |
Common interface that must be implemented by all Cactus test cases.
|
HttpServiceDefinition |
Constants that define HTTP parameters required for defining a service that
is performed by the
ServletTestRedirector servlet. |
Class | Description |
---|---|
AbstractCactusTestCase |
Base class for all Cactus test case extensions.
|
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.
|
RequestDirectives |
Encapsulates the Cactus-specific parameters added to a request.
|
ServiceEnumeration |
List of valid services that the test redirectors can perform.
|
WebRequestImpl |
Extends
BaseWebRequest to add properties specific to the
Cactus Web Redirectors. |
WebTestResult |
Represent the result of the execution of the Test class by the
server redirector.
|
Contains Cactus internal implementation classes.
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.