| TestShareAll | Test suite containing all test cases that should be run on all J2EE APIs. | code | html |
| TestAll | Run all the Cactus unit tests related to J2EE API 1.3. | code | html |
| TestServerSideExceptions.NotSerializableException | Not serializable exception. | code | html |
| TestServerSideExceptions.SerializableException | Serializable exception. | code | html |
| TestBasicAuthentication | Test running some test using BASIC authentication. | code | html |
| TestClientServerSynchronization | Verify that the Cactus client side only reads the test result *after* the test is finished (ie after the test result has been saved in the application scope). | code | html |
| TestCookie | Tests related to Cookies. | code | html |
| TestFilterHttpHeaders | Tests HTTP headers set in Filter code. | code | html |
| TestGlobalBeginEnd | Test global client side begin() and end()
methods. |
code | html |
| TestHtmlUnitIntegration | Test the HtmlpUnit integration. | code | html |
| TestHttpHeaders | Tests manipulating HTTP headers. | code | html |
| TestHttpParameters | Test passing HTTP parameters to the server side. | code | html |
| TestHttpRequest | Tests that exercise the HTTP request. | code | html |
| TestHttpRequestSpecific | Test HTTP request methods specific to Servlet API 2.3. | code | html |
| TestHttpResponse | Tests that writes to the HTTP response. | code | html |
| TestHttpSession | Tests that manipulates the HTTP Session. | code | html |
| TestHttpUnitIntegration | Test the HtppUnit integration. | code | html |
| TestJUnitTestCaseWrapper | Pure JUnit Test Case that we run on the server side using Cactus, by using a ServletTestSuite . | code | html |
| TestJspOut | Test the usage of the out implicit object when using
JspTestCase. |
code | html |
| TestJspPageContext | Test the usage of the pageContext implicit object when using
JspTestCase. |
code | html |
| TestJspTagLifecycle | Tests for the JspTagLifecycle extension. |
code | html |
| TestRequestDispatcher | Tests manipulating The Request Dispatcher. | code | html |
| TestServerSideExceptions | Verifies the correct handling of exceptions that happen when running inside the server. | code | html |
| TestServletConfig | Tests that exercise the Cactus Servlet Config wrapper. | code | html |
| TestServletContext | Tests that exercise the Cactus Servlet Context wrapper. | code | html |
| TestServletRedirectorOverride | Test that it is possible to override a servlet redirector as defined in
cactus.properties on a per test case basis. |
code | html |
| TestSetURL | Test the WebRequest#setURL method. | code | html |
| TestSetURLSpecific | Test the J2EE 1.3 specifics of the WebRequest#setURL method
(specifically verify calls to getRequestURL). |
code | html |
| TestSetUpTearDown | Test that setUp() and tearDown() methods are
called and can access implicit objects in ServletTestCase. |
code | html |
| TestTearDownException | Test that tearDown() is called even when an exception
occurs during the test. |
code | html |