| |
|
| org.apache.commons.chain.impl.ContextBaseTestCase org.apache.commons.chain.web.servlet.ServletWebContextTestCase
ServletWebContextTestCase | public class ServletWebContextTestCase extends ContextBaseTestCase (Code) | | Extension of ContextBaseTestCase to validate the
extra functionality of this implementation.
|
ServletWebContextTestCase | public ServletWebContextTestCase(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
checkEntrySet | protected void checkEntrySet(Map map, boolean modifiable)(Code) | | |
checkMapSize | protected void checkMapSize(Map map, int size)(Code) | | |
setUp | public void setUp()(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Return the tests included in this test suite.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testApplicationScope | public void testApplicationScope()(Code) | | |
testCookies | public void testCookies()(Code) | | |
testEquals | public void testEquals()(Code) | | |
testHeader | public void testHeader()(Code) | | |
testHeaderValues | public void testHeaderValues()(Code) | | |
testInitParam | public void testInitParam()(Code) | | |
testParam | public void testParam()(Code) | | |
testParamValues | public void testParamValues()(Code) | | |
testPristine | public void testPristine()(Code) | | |
testRelease | public void testRelease()(Code) | | |
testRequestScope | public void testRequestScope()(Code) | | |
testSessionScope | public void testSessionScope()(Code) | | |
testSessionScopeWithoutSession | public void testSessionScopeWithoutSession()(Code) | | |
|
|
|