org.jboss.test
Class DelegatingPolicyTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.DelegatingPolicyTestCase

public class DelegatingPolicyTestCase
extends TestCase

See Also:
Serialized Form

Constructor Summary
DelegatingPolicyTestCase(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 void testOpenConfigurations()
          Test that uncommitted configurations in the Open state are not seen in the current Policy permission set.
 void testPolicyConfiguration()
          Basic test that a PolicyConfiguration is included in the Policy and its permissions are implied through the Policy.
 void testSubjectDoAs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingPolicyTestCase

public DelegatingPolicyTestCase(java.lang.String name)
Method Detail

testPolicyConfiguration

public void testPolicyConfiguration()
                             throws java.lang.Exception
Basic test that a PolicyConfiguration is included in the Policy and its permissions are implied through the Policy.

Throws:
java.lang.Exception

testOpenConfigurations

public void testOpenConfigurations()
                            throws java.lang.Exception
Test that uncommitted configurations in the Open state are not seen in the current Policy permission set.

Throws:
java.lang.Exception

testSubjectDoAs

public void testSubjectDoAs()
                     throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static Test suite()