org.LexGrid.LexBIG.cagrid.test.setup
Class LexEVSDataServiceHolder

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.test.setup.LexEVSDataServiceHolder

public class LexEVSDataServiceHolder
extends java.lang.Object


Method Summary
 LexEVSDataServiceClient getLexEVSAppService()
          Gets the app service.
 gov.nih.nci.cagrid.data.client.DataServiceClient getStandardService()
           
static java.lang.String getURL()
          Gets the uRL.
static LexEVSDataServiceHolder instance()
          Use this to get an instance of the ServiceHolder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static LexEVSDataServiceHolder instance()
Use this to get an instance of the ServiceHolder. If 'configureForSingleConfig' has not been called, this will run the tests on all configured databases in the testConfig.props file.

Returns:
the EVS query service holder

getURL

public static java.lang.String getURL()
Gets the uRL.

Returns:
the uRL

getLexEVSAppService

public LexEVSDataServiceClient getLexEVSAppService()
Gets the app service.

Returns:
an instance of the app service

getStandardService

public gov.nih.nci.cagrid.data.client.DataServiceClient getStandardService()