|
Class Summary |
| Cookie |
Client cookie. |
| FilterTestCase |
Test classes that need access to valid Filter implicit objects (such as the
FilterConfig and FilterChain objects) must
subclass this class. |
| 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. |
| ServletTestCase |
Cactus test case to unit test Servlets. |
| ServletTestSuite |
junit.framework.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. |
| TestAll |
Run all the Cactus unit tests related to J2EE API 1.2. |
| TestNoNameTestCase |
Unit tests of the AbstractTestCase class and its subclasses. |
| TestServletURL |
Unit tests of the ServletURL class. |
| TestShareAll |
Run all the unit tests of Cactus that do not need a servlet
environment to run. |
| TestWebRequest |
Unit tests of the WebRequest class. |
| WebResponse |
Default web response implementation that provides a minimal
API for asserting returned output stream from the server side. |