org.apache.juddi.v3.tck
Class JUDDI_010_PublisherIntegrationTest

java.lang.Object
  extended by org.apache.juddi.v3.tck.JUDDI_010_PublisherIntegrationTest

public class JUDDI_010_PublisherIntegrationTest
extends Object

Author:
Kurt T Stam

Constructor Summary
JUDDI_010_PublisherIntegrationTest()
           
 
Method Summary
protected  String authInfoJoe()
           
protected  String authInfoSam()
           
 void deleteJoePublisher()
          Removes Joe Publisher from the database, this will fail if there are child objects attached; think Services etc.
 void deleteSamSyndicator()
          Removes Sam Syndicator from the database, this will fail if there are child objects attached; think Services etc.
 boolean saveJoePublisher()
          Persists Joe Publisher to the database.
 String saveSamSyndicator()
          Persists Sam Syndicator to the database.
static void startManager()
           
static void stopManager()
           
 void testAuthToken()
           
 void testGetAllPublishers()
           
 void testJoePublisher()
           
 void testSamSyndicator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUDDI_010_PublisherIntegrationTest

public JUDDI_010_PublisherIntegrationTest()
Method Detail

startManager

public static void startManager()
                         throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException

stopManager

public static void stopManager()
                        throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException

testAuthToken

public void testAuthToken()

testJoePublisher

public void testJoePublisher()

testSamSyndicator

public void testSamSyndicator()

testGetAllPublishers

public void testGetAllPublishers()

saveJoePublisher

public boolean saveJoePublisher()
Persists Joe Publisher to the database.

Returns:
- true if the published did not exist already, - false in all other cases.

deleteJoePublisher

public void deleteJoePublisher()
Removes Joe Publisher from the database, this will fail if there are child objects attached; think Services etc.


saveSamSyndicator

public String saveSamSyndicator()
Persists Sam Syndicator to the database.

Returns:
publisherId

deleteSamSyndicator

public void deleteSamSyndicator()
Removes Sam Syndicator from the database, this will fail if there are child objects attached; think Services etc.


authInfoJoe

protected String authInfoJoe()
                      throws RemoteException,
                             DispositionReportFaultMessage
Throws:
RemoteException
DispositionReportFaultMessage

authInfoSam

protected String authInfoSam()
                      throws RemoteException,
                             DispositionReportFaultMessage
Throws:
RemoteException
DispositionReportFaultMessage


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