| java.lang.Object org.apache.ws.scout.BaseTestCase org.apache.ws.scout.registry.qa.JAXR040ServiceTest
JAXR040ServiceTest | public class JAXR040ServiceTest 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) | | |
testPublishFindAndDeleteService | public void testPublishFindAndDeleteService()(Code) | | Tests publishing and deleting of services.
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.
|
|
|