test.compliance.relation
Class RelationSupportTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.relation.RelationSupportTestCase

public class RelationSupportTestCase
extends TestCase

Relation Support tests

See Also:
Serialized Form

Constructor Summary
RelationSupportTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testDelegateConstructor()
          Test the delegate constructor
 void testErrors()
          Test error handling
 void testGetAllRoles()
          Test get all roles
 void testGetReferencedMBeansNotRegistered()
          Test get referenced mbeans when not registered in service
 void testGetReferencedMBeansWhenRegistered()
          Test get referenced mbeans when registered in service
 void testGetRole()
          Test get Role
 void testGetRoleCardinalityRegistered()
          Test get Role cardinality registered
 void testGetRoleCardinalityUnregistered()
          Test get Role cardinality when not registered
 void testGetRoles()
          Test get Roles
 void testRelationServiceFlag()
          Test relation service flag
 void testRetrieveAllRolesRegistered()
          Test retrieve all roles registered
 void testRetrieveAllRolesUnRegistered()
          Test retrieve all roles when unregistered
 void testSetRole()
          Test set a role
 void testSetRoles()
          Test set roles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationSupportTestCase

public RelationSupportTestCase(java.lang.String s)
Construct the test

Method Detail

testDelegateConstructor

public void testDelegateConstructor()
Test the delegate constructor


testGetAllRoles

public void testGetAllRoles()
Test get all roles


testGetReferencedMBeansNotRegistered

public void testGetReferencedMBeansNotRegistered()
Test get referenced mbeans when not registered in service


testGetReferencedMBeansWhenRegistered

public void testGetReferencedMBeansWhenRegistered()
Test get referenced mbeans when registered in service


testGetRole

public void testGetRole()
Test get Role


testGetRoleCardinalityUnregistered

public void testGetRoleCardinalityUnregistered()
Test get Role cardinality when not registered


testGetRoleCardinalityRegistered

public void testGetRoleCardinalityRegistered()
Test get Role cardinality registered


testGetRoles

public void testGetRoles()
Test get Roles


testRelationServiceFlag

public void testRelationServiceFlag()
Test relation service flag


testRetrieveAllRolesUnRegistered

public void testRetrieveAllRolesUnRegistered()
Test retrieve all roles when unregistered


testRetrieveAllRolesRegistered

public void testRetrieveAllRolesRegistered()
Test retrieve all roles registered


testSetRole

public void testSetRole()
Test set a role


testSetRoles

public void testSetRoles()
Test set roles


testErrors

public void testErrors()
Test error handling