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

Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode 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 méthode

public BaseTest ( ) : System
Résultat System

getLdapUser() public méthode

public getLdapUser ( ) : gov.va.medora.mdo.User
Résultat gov.va.medora.mdo.User

setup() public méthode

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
Résultat gov.va.medora.mdo.dao.AbstractConnection

tearDown() public méthode

public tearDown ( ) : void
Résultat void