| |
|
| org.acegisecurity.vote.AbstractAccessDecisionManagerTests
AbstractAccessDecisionManagerTests | public class AbstractAccessDecisionManagerTests extends TestCase (Code) | | Tests
AbstractAccessDecisionManager .
author: Ben Alex version: $Id: AbstractAccessDecisionManagerTests.java 1496 2006-05-23 13:38:33Z benalex $ |
AbstractAccessDecisionManagerTests | public AbstractAccessDecisionManagerTests()(Code) | | |
AbstractAccessDecisionManagerTests | public AbstractAccessDecisionManagerTests(String arg0)(Code) | | |
testAllowIfAccessDecisionManagerDefaults | public void testAllowIfAccessDecisionManagerDefaults() throws Exception(Code) | | |
testDelegatesSupportsClassRequests | public void testDelegatesSupportsClassRequests() throws Exception(Code) | | |
testDelegatesSupportsRequests | public void testDelegatesSupportsRequests() throws Exception(Code) | | |
testProperlyStoresListOfVoters | public void testProperlyStoresListOfVoters() throws Exception(Code) | | |
testRejectsEmptyList | public void testRejectsEmptyList() throws Exception(Code) | | |
testRejectsListContainingInvalidObjectTypes | public void testRejectsListContainingInvalidObjectTypes() throws Exception(Code) | | |
testRejectsNullVotersList | public void testRejectsNullVotersList() throws Exception(Code) | | |
testRoleVoterAlwaysReturnsTrueToSupports | public void testRoleVoterAlwaysReturnsTrueToSupports()(Code) | | |
testWillNotStartIfDecisionVotersNotSet | public void testWillNotStartIfDecisionVotersNotSet() throws Exception(Code) | | |
|
|
|