| java.lang.Object org.apache.ws.scout.BaseTestCase org.apache.ws.scout.registry.qa.JAXR050ServiceBindingTest
JAXR050ServiceBindingTest | public class JAXR050ServiceBindingTest extends BaseTestCase (Code) | | Tests Publish, Delete (and indirectly, find) for service bindings.
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) | | |
testPublishFindAndDeleteServiceBinding | public void testPublishFindAndDeleteServiceBinding()(Code) | | Tests publishing and deleting of service bindings.
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.
|
|
|