org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
Java Source File Name | Type | Comment |
AbstractCactusTestCase.java | Class | Base class for all Cactus test case extensions.
Note: We must not add any method that can be called by the end user to this
class as users will those methods and it will create a runtime dependency to
this class. |
AbstractTestAbstractCactusTestCase.java | Class | Test class that intercepts all exceptions (and assert them) coming from
test case classes that inherits from it. |
AbstractTestSuite.java | Class | 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.java | Class | Contains all HTTP request data for a test case but independently of
the fact that there is or there is not a Cactus redirector. |
CactusTestCase.java | Interface | Common interface that must be implemented by all Cactus test cases. |
HttpServiceDefinition.java | Interface | Constants that define HTTP parameters required for defining a service that
is performed by the ServletTestRedirector servlet. |
RequestDirectives.java | Class | Encapsulates the Cactus-specific parameters added to a request. |
ServiceEnumeration.java | Class | List of valid services that the test redirectors can perform. |
TestAbstractCactusTestCase.java | Class | Unit tests of the
AbstractCactusTestCase class. |
TestWebTestResult.java | Class | Unit tests of the WebTestResult class. |
WebRequestImpl.java | Class | Extends
BaseWebRequest to add properties specific to the
Cactus Web Redirectors. |
WebTestResult.java | Class | Represent the result of the execution of the Test class by the
server redirector. |