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