| |
|
| org.apache.cactus.ServletTestCase org.apache.maven.cactus.sample.TestSampleServlet
TestSampleServlet | public class TestSampleServlet extends ServletTestCase (Code) | | Tests of the SampleServlet Servlet class.
version: $Id: TestSampleServlet.java 238815 2004-02-29 16:34:44Z vmassol $ |
beginIsAuthenticatedNoSession | public void beginIsAuthenticatedNoSession(WebRequest theRequest)(Code) | | Verify that isAuthenticated works when there is no
HTTP Session.
Parameters: theRequest - the Cactus request object |
testIsAuthenticatedAuthenticated | public void testIsAuthenticatedAuthenticated()(Code) | | Verify that isAuthenticated works when the user is
authenticated.
|
testIsAuthenticatedNoSession | public void testIsAuthenticatedNoSession()(Code) | | Verify that isAuthenticated works when there is no
HTTP Session.
|
testIsAuthenticatedNotAuthenticated | public void testIsAuthenticatedNotAuthenticated()(Code) | | Verify that isAuthenticated works when the user is
not authenticated.
|
|
|
|