org.jboss.test.jaxr.scout.publish
Class JaxrDeleteAssociationTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.jaxr.scout.JaxrBaseTestCase (src) 
          extended byorg.jboss.test.jaxr.scout.publish.JaxrDeleteAssociationTestCase

public class JaxrDeleteAssociationTestCase
extends JaxrBaseTestCase (src)

Tests Save and Delete of Associations

Since:
Mar 9, 2005
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.jaxr.scout.JaxrBaseTestCase (src)
blm, bqm, br, connection, OBJECT_NAME, passwd, rs, server, userid
 
Constructor Summary
JaxrDeleteAssociationTestCase()
           
 
Method Summary
 void testDeleteAssociations()
          Usecase: 1.
 
Methods inherited from class org.jboss.test.jaxr.scout.JaxrBaseTestCase (src)
createOrganization, deleteOrganization, getAssociationConcept, getBusinessLifeCycleManager, getBusinessQueryManager, getClientContext, getIString, getRegistryService, login, loginSecondUser, searchBusiness, setUp, tearDown, testJaxrEssentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxrDeleteAssociationTestCase

public JaxrDeleteAssociationTestCase()
Method Detail

testDeleteAssociations

public void testDeleteAssociations()
                            throws JAXRException (src) 
Usecase: 1. Authenticate two users 2. First user creates an org (Source org) 3. Second user creates an org (Target org) 4. First user creates an association using the target org 5. Both the users confirm the association 6. Second user saves the association 7. First user deletes the association 8. When the first user asks the registry for associations, need to get back empty!

Throws:
JAXRException (src)