org.apache.ws.scout
Class BaseTestCase

java.lang.Object
  extended by org.apache.ws.scout.BaseTestCase
Direct Known Subclasses:
AConnectionTest, BusinessLifeCyleManagerlTest, BusinessQueryManager2Test, JAXR005ClassificationSchemeTest, JAXR010OrganizationTest, JAXR015PrimaryContactTest, JAXR020ConceptTest, JAXR030AssociationsTest, JAXR040ServiceTest, JAXR050ServiceBindingTest, JAXR060RegistryTest, JAXRLocaleTest, OwnershipTest, Remover

public class BaseTestCase
extends java.lang.Object

Test to check Jaxr Publish Open source UDDI Browser can be used to check your results

Since:
Sept 21, 2006
Author:
Kurt Stam

Field Summary
protected  javax.xml.registry.BusinessLifeCycleManager blm
           
protected  javax.xml.registry.BusinessQueryManager bqm
           
protected  javax.xml.registry.Connection connection
           
protected  javax.xml.registry.Connection connection2
           
protected  int maxRows
           
protected  java.lang.String passwd
           
protected  java.lang.String passwd2
           
protected  java.lang.String uddiversion
           
protected  java.lang.String userid
           
protected  java.lang.String userid2
           
 
Constructor Summary
BaseTestCase()
           
 
Method Summary
 void login()
          Does authentication with the uddi registry
 void loginSecondUser()
          Does authentication with the uddi registry
 void setUp()
          Reads scout properties, and creates a connection using these properties.
 void tearDown()
          Closes down the connection to the registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected javax.xml.registry.Connection connection

connection2

protected javax.xml.registry.Connection connection2

blm

protected javax.xml.registry.BusinessLifeCycleManager blm

bqm

protected javax.xml.registry.BusinessQueryManager bqm

uddiversion

protected java.lang.String uddiversion

userid

protected java.lang.String userid

passwd

protected java.lang.String passwd

userid2

protected java.lang.String userid2

passwd2

protected java.lang.String passwd2

maxRows

protected int maxRows
Constructor Detail

BaseTestCase

public BaseTestCase()
Method Detail

setUp

public void setUp()
Reads scout properties, and creates a connection using these properties.


tearDown

public void tearDown()
Closes down the connection to the registry.


login

public void login()
Does authentication with the uddi registry


loginSecondUser

public void loginSecondUser()
Does authentication with the uddi registry



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