C# Class gov.va.medora.mdo.BaseTest

ファイルを表示 Open project: OSEHRA/mdo

Public Methods

Method Description
BaseTest ( ) : System
getLdapUser ( ) : gov.va.medora.mdo.User
setup ( string siteId ) : gov.va.medora.mdo.dao.AbstractConnection

Use this setup method to authenticate to a real Vista system (both production and test) for the prupose of running a 'live' test(s)

tearDown ( ) : void

Method Details

BaseTest() public method

public BaseTest ( ) : System
return System

getLdapUser() public method

public getLdapUser ( ) : gov.va.medora.mdo.User
return gov.va.medora.mdo.User

setup() public method

Use this setup method to authenticate to a real Vista system (both production and test) for the prupose of running a 'live' test(s)
public setup ( string siteId ) : gov.va.medora.mdo.dao.AbstractConnection
siteId string The site to authenticate against - should have a corresponding 'User###' entry in your secret-testObjects.xml file with valid credentials
return gov.va.medora.mdo.dao.AbstractConnection

tearDown() public method

public tearDown ( ) : void
return void