C# Класс TeamMentor.UnitTests.TM_Website.TM_QA_Config_Loader_ExtensionMethods

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

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

Метод Описание
addDefaultTestUsers ( this tmQaConfig ) : TM_QA_Config
add_User ( this users, string username, int userGroup ) : List
add_User ( this users, string username, string password, string email, int userGroup ) : List
assertIgnore_If_Offine ( this qaConfig, Uri targetServer ) : void
create ( this configLoader ) : TM_QA_Config
load ( this configLoader ) : TM_QA_Config
localFilePath ( this configLoader ) : string
new_UserList ( this tmQaConfig ) : List
save_QAConfig ( this qaConfig ) : TM_QA_Config
serverOffline ( this tmQaConfig ) : bool
serverOffline ( this tmQaConfig, Uri targetServer ) : bool
serverOnline ( this tmQaConfig ) : bool
serverOnline ( this tmQaConfig, Uri targetServer ) : bool
testUser ( this tmQaConfig, string userName ) : Test_User
testUsers ( this tmQaConfig ) : List

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

addDefaultTestUsers() публичный статический Метод

public static addDefaultTestUsers ( this tmQaConfig ) : TM_QA_Config
tmQaConfig this
Результат TM_QA_Config

add_User() публичный статический Метод

public static add_User ( this users, string username, int userGroup ) : List
users this
username string
userGroup int
Результат List

add_User() публичный статический Метод

public static add_User ( this users, string username, string password, string email, int userGroup ) : List
users this
username string
password string
email string
userGroup int
Результат List

assertIgnore_If_Offine() публичный статический Метод

public static assertIgnore_If_Offine ( this qaConfig, Uri targetServer ) : void
qaConfig this
targetServer System.Uri
Результат void

create() публичный статический Метод

public static create ( this configLoader ) : TM_QA_Config
configLoader this
Результат TM_QA_Config

load() публичный статический Метод

public static load ( this configLoader ) : TM_QA_Config
configLoader this
Результат TM_QA_Config

localFilePath() публичный статический Метод

public static localFilePath ( this configLoader ) : string
configLoader this
Результат string

new_UserList() публичный статический Метод

public static new_UserList ( this tmQaConfig ) : List
tmQaConfig this
Результат List

save_QAConfig() публичный статический Метод

public static save_QAConfig ( this qaConfig ) : TM_QA_Config
qaConfig this
Результат TM_QA_Config

serverOffline() публичный статический Метод

public static serverOffline ( this tmQaConfig ) : bool
tmQaConfig this
Результат bool

serverOffline() публичный статический Метод

public static serverOffline ( this tmQaConfig, Uri targetServer ) : bool
tmQaConfig this
targetServer System.Uri
Результат bool

serverOnline() публичный статический Метод

public static serverOnline ( this tmQaConfig ) : bool
tmQaConfig this
Результат bool

serverOnline() публичный статический Метод

public static serverOnline ( this tmQaConfig, Uri targetServer ) : bool
tmQaConfig this
targetServer System.Uri
Результат bool

testUser() публичный статический Метод

public static testUser ( this tmQaConfig, string userName ) : Test_User
tmQaConfig this
userName string
Результат Test_User

testUsers() публичный статический Метод

public static testUsers ( this tmQaConfig ) : List
tmQaConfig this
Результат List