C# Класс gov.va.medora.mdo.BaseTest

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BaseTest() публичный Метод

public BaseTest ( ) : System
Результат System

getLdapUser() публичный Метод

public getLdapUser ( ) : gov.va.medora.mdo.User
Результат gov.va.medora.mdo.User

setup() публичный Метод

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
Результат gov.va.medora.mdo.dao.AbstractConnection

tearDown() публичный Метод

public tearDown ( ) : void
Результат void