|
Class Summary |
| TestAll |
Run all the Cactus unit tests related to Servlet API 2.2. |
| TestBasicAuthentication |
Test running some test using BASIC authentication. |
| 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). |
| TestCookie |
Tests related to Cookies. |
| TestFilterHttpHeaders |
Tests HTTP headers set in Filter code. |
| TestGlobalBeginEnd |
Test global client side begin() and end()
methods. |
| TestHttpHeaders |
Tests manipulating HTTP headers. |
| TestHttpParameters |
Test passing HTTP parameters to the server side. |
| TestHttpRequest |
Tests that exercise the HTTP request. |
| TestHttpRequestSpecific |
Test HTTP request methods specific to Servlet API 2.3. |
| TestHttpResponse |
Tests that writes to the HTTP response. |
| TestHttpSession |
Tests that manipulates the HTTP Session. |
| TestHttpUnitIntegration |
Test the HtppUnit integration. |
| TestJspOut |
Test the usage of the out implicit object when using
JspTestCase. |
| TestJspPageContext |
Test the usage of the pageContext implicit object when using
JspTestCase. |
| TestJspTagLifecycle |
Tests for the JspTagLifecycle extension. |
| TestJUnitTestCaseWrapper |
Pure JUnit Test Case that we run on the server side using Cactus, by
using a org.apache.cactus.ServletTestSuite. |
| TestRequestDispatcher |
Tests manipulating The Request Dispatcher. |
| TestServerSideExceptions |
Verifies the correct handling of exceptions that happen when running
inside the server. |
| TestServletConfig |
Tests that exercise the Cactus Servlet Config wrapper. |
| TestServletContext |
Tests that exercise the Cactus Servlet Context wrapper. |
| TestServletRedirectorOverride |
Test that it is possible to override a servlet redirector as defined in
cactus.properties on a per test case basis. |
| TestSetUpTearDown |
Test that setUp() and tearDown() methods are
called and can access implicit objects in ServletTestCase. |
| TestSetURL |
Test the WebRequest.setURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)>WebRequest.setURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) 55 method. |
| TestSetURLSpecific |
Test the J2EE 1.3 specifics of the WebRequest.setURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)>WebRequest.setURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) 55 method
(specifically verify calls to getRequestURL). |
| TestShareAll |
Test suite containing all test cases that should be run on all J2EE
APIs. |
| TestTearDownException |
Test that tearDown() is called even when an exception
occurs during the test. |