org.jboss.test
Class NestableGroupTestCase

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

public class NestableGroupTestCase
extends TestCase

Tests of the NestableGroup class.

See Also:
NestableGroup (src) , Serialized Form

Constructor Summary
NestableGroupTestCase(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.NestableGroup.
 void testAnybody()
           
 void testEquals()
           
 void testGetName()
           
 void testNobody()
           
 void testRemoveMember()
          Test of removeMember method, of class org.jboss.security.NestableGroup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestableGroupTestCase

public NestableGroupTestCase(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.NestableGroup.


testAddMember

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


testAnybody

public void testAnybody()

testNobody

public void testNobody()

main

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