org.jboss.test
Class NestablePrincipalTestCase

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

public class NestablePrincipalTestCase
extends TestCase

Tests of the NestablePrincipal class.

See Also:
NestablePrincipal (src) , Serialized Form

Constructor Summary
NestablePrincipalTestCase(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testAddMember()
          Test of addMember method, of class org.jboss.security.NestablePrincipal.
 void testAnybody()
           
 void testEquals()
           
 void testGetName()
           
 void testNobody()
           
 void testRemoveMember()
          Test of removeMember method, of class org.jboss.security.NestablePrincipal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestablePrincipalTestCase

public NestablePrincipalTestCase(java.lang.String testName)
Method Detail

suite

public static Test suite()

testGetName

public void testGetName()

testEquals

public void testEquals()

testRemoveMember

public void testRemoveMember()
Test of removeMember method, of class org.jboss.security.NestablePrincipal.


testAddMember

public void testAddMember()
Test of addMember method, of class org.jboss.security.NestablePrincipal.


testAnybody

public void testAnybody()

testNobody

public void testNobody()

main

public static void main(java.lang.String[] args)