org.apache.ws.scout.registry
Class OwnershipTest

java.lang.Object
  extended by org.apache.ws.scout.BaseTestCase
      extended by org.apache.ws.scout.registry.OwnershipTest

public class OwnershipTest
extends BaseTestCase

Test for SCOUT-55 which attempts to test whether getRegistryObjects() returns caller structures, or all structures. At the moment there appears no way of implementing this using the UDDI API, so the actual test is being checked in commented out (it will fail). Would be good to have if we can figure out how to fix SCOUT-55.

Author:
Tom Cunningham

Field Summary
 
Fields inherited from class org.apache.ws.scout.BaseTestCase
connection, connection2, maxRows, passwd, passwd2, uddiversion, userid, userid2
 
Constructor Summary
OwnershipTest()
           
 
Method Summary
 void setUp()
          Reads scout properties, and creates a connection using these properties.
 void tearDown()
          Closes down the connection to the registry.
 void testGetRegistryObjects()
           
 
Methods inherited from class org.apache.ws.scout.BaseTestCase
login, loginSecondUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnershipTest

public OwnershipTest()
Method Detail

setUp

public void setUp()
Description copied from class: BaseTestCase
Reads scout properties, and creates a connection using these properties.

Overrides:
setUp in class BaseTestCase

tearDown

public void tearDown()
Description copied from class: BaseTestCase
Closes down the connection to the registry.

Overrides:
tearDown in class BaseTestCase

testGetRegistryObjects

public void testGetRegistryObjects()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.