| Package | Description |
|---|---|
| org.apache.cactus |
Contains all classes needed for writing Cactus tests.
|
| org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
| org.apache.cactus.internal.client |
Contains the classes implementing of the client side of Cactus.
|
| Class and 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.
|
| CactusTestCase
Common interface that must be implemented by all Cactus test cases.
|
| Class and Description |
|---|
| 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.
|
| ServiceEnumeration
List of valid services that the test redirectors can perform.
|
| Class and Description |
|---|
| WebTestResult
Represent the result of the execution of the Test class by the
server redirector.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.