C# Class gov.va.medora.mdo.dao.MockSetups

Exibir arquivo Open project: OSEHRA/mdo

Public Methods

Method Description
authorizedConnect ( string theUser, bool isBse ) : gov.va.medora.mdo.dao.AbstractConnection
getVisitCredentials ( MockApp theApp ) : AbstractCredentials

Private Methods

Method Description
getSrc ( SiteTable t, string id ) : DataSource
getTestUser ( string userTag ) : User
getTheApp ( ) : MockApp
getTheApp ( string theUser, string securityPhrase ) : MockApp

Method Details

authorizedConnect() public static method

public static authorizedConnect ( string theUser, bool isBse ) : gov.va.medora.mdo.dao.AbstractConnection
theUser string
isBse bool
return gov.va.medora.mdo.dao.AbstractConnection

getVisitCredentials() public static method

public static getVisitCredentials ( MockApp theApp ) : AbstractCredentials
theApp gov.va.medora.mdo.dao.vista.MockApp
return AbstractCredentials