| |
|
| test.javax.management.relation.RelationServiceTest
RelationServiceTest | public class RelationServiceTest extends TestCase (Code) | | version: $Revision: 1.18 $ |
RelationServiceTest | public RelationServiceTest(String s)(Code) | | |
setUp | protected void setUp()(Code) | | |
tesetGetAllRelationIds | public void tesetGetAllRelationIds() throws Exception(Code) | | |
testAddRelationMBeanNotRegistered | public void testAddRelationMBeanNotRegistered() throws Exception(Code) | | |
testAddRelationType | public void testAddRelationType()(Code) | | |
testAddRelation_correctRolesReturned | public void testAddRelation_correctRolesReturned() throws Exception(Code) | | Call RelationService.addService passing an object name
of a Relation with a set of roles.
Call RelationService.addService passing an object name
of another relation with a different set of roles.
Call RelationService.getAllRoles passing the relation id of
the second relation added.
You will see that the roles returned are actually those of
the first relation added.
throws: Exception - |
testCreateRelationType | public void testCreateRelationType()(Code) | | |
testDuplicateRelationTypeNameThrowsException | public void testDuplicateRelationTypeNameThrowsException() throws Exception(Code) | | |
testFindReferencingMBeans | public void testFindReferencingMBeans() throws Exception(Code) | | |
testGetAllRelationTypeNames | public void testGetAllRelationTypeNames() throws Exception(Code) | | |
testGetFalsePurgeFlag | public void testGetFalsePurgeFlag() throws Exception(Code) | | |
testGetTruePurgeFlag | public void testGetTruePurgeFlag() throws Exception(Code) | | |
testHasRelation | public void testHasRelation()(Code) | | |
testIsActive | public void testIsActive()(Code) | | |
testIsRelation | public void testIsRelation()(Code) | | |
testIsRelationMBean | public void testIsRelationMBean() throws Exception(Code) | | |
testRemoveRelationType | public void testRemoveRelationType() throws Exception(Code) | | |
testRemoveRelationType_NonExistent | public void testRemoveRelationType_NonExistent() throws Exception(Code) | | |
testRoleListCopyCtor | public void testRoleListCopyCtor() throws Exception(Code) | | |
testSimpleRoleListCtor | public void testSimpleRoleListCtor() throws Exception(Code) | | |
|
|
|