org.jboss.test
Class NestableGroupTestCase
java.lang.Object
TestCase
org.jboss.test.NestableGroupTestCase
- public class NestableGroupTestCase
- extends TestCase
Tests of the NestableGroup class.
- See Also:
NestableGroup
(src) ,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NestableGroupTestCase
public NestableGroupTestCase(java.lang.String testName)
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)