| security.JSPGuardsTest
JSPGuardsTest | public class JSPGuardsTest extends TestCase (Code) | | author: PaulE |
JSPGuardsTest | public JSPGuardsTest(String name)(Code) | | Creates new QueryTest
Parameters: name - The name of the test case. |
setUp | protected void setUp()(Code) | | Sets up the fixture, by creating the UOW. This method is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, by closing the UOW. This method is called after a test is executed.
|
testBadLogon | public void testBadLogon()(Code) | | |
testClerkAccess | public void testClerkAccess()(Code) | | |
testClerkRunComponent | public void testClerkRunComponent()(Code) | | Make sure the component manager restricts access to a guarded component
|
testManagerAccess | public void testManagerAccess()(Code) | | |
testManagerClerkRunComponent | public void testManagerClerkRunComponent()(Code) | | Make sure the component manager gives access to a guarded component
|
|
|