| java.lang.Object org.apache.ws.scout.BaseTestCase org.apache.ws.scout.registry.qa.JAXR030AssociationsTest
JAXR030AssociationsTest | public class JAXR030AssociationsTest extends BaseTestCase (Code) | | Tests Publish, Delete (and indirectly, find) for associations.
You can comment out the deletion portion and use Open source UDDI Browser
to check your intermediate results.
Based on query/publish tests written by Anil
Saldhana.
author: Deepak Bhole author: Anil Saldhana since: Sep 27, 2005 |
setUp | public void setUp()(Code) | | |
suite | public static junit.framework.Test suite()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testPublishFindAndDeleteAssociation | public void testPublishFindAndDeleteAssociation()(Code) | | Tests publishing and deleting of associations.
Do not break this into testPublish(), testDelete(), etc. Order is
important, and not all jvms can guarantee order since the JUnit framework
uses getMethods() to gather test methods, and getMethods() does not
guarantee order.
|
|
|