C# Class TeamMentor.UnitTests.TM_Website.TM_QA_Config_Loader_ExtensionMethods

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

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

Method Details

addDefaultTestUsers() public static méthode

public static addDefaultTestUsers ( this tmQaConfig ) : TM_QA_Config
tmQaConfig this
Résultat TM_QA_Config

add_User() public static méthode

public static add_User ( this users, string username, int userGroup ) : List
users this
username string
userGroup int
Résultat List

add_User() public static méthode

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
Résultat List

assertIgnore_If_Offine() public static méthode

public static assertIgnore_If_Offine ( this qaConfig, Uri targetServer ) : void
qaConfig this
targetServer System.Uri
Résultat void

create() public static méthode

public static create ( this configLoader ) : TM_QA_Config
configLoader this
Résultat TM_QA_Config

load() public static méthode

public static load ( this configLoader ) : TM_QA_Config
configLoader this
Résultat TM_QA_Config

localFilePath() public static méthode

public static localFilePath ( this configLoader ) : string
configLoader this
Résultat string

new_UserList() public static méthode

public static new_UserList ( this tmQaConfig ) : List
tmQaConfig this
Résultat List

save_QAConfig() public static méthode

public static save_QAConfig ( this qaConfig ) : TM_QA_Config
qaConfig this
Résultat TM_QA_Config

serverOffline() public static méthode

public static serverOffline ( this tmQaConfig ) : bool
tmQaConfig this
Résultat bool

serverOffline() public static méthode

public static serverOffline ( this tmQaConfig, Uri targetServer ) : bool
tmQaConfig this
targetServer System.Uri
Résultat bool

serverOnline() public static méthode

public static serverOnline ( this tmQaConfig ) : bool
tmQaConfig this
Résultat bool

serverOnline() public static méthode

public static serverOnline ( this tmQaConfig, Uri targetServer ) : bool
tmQaConfig this
targetServer System.Uri
Résultat bool

testUser() public static méthode

public static testUser ( this tmQaConfig, string userName ) : Test_User
tmQaConfig this
userName string
Résultat Test_User

testUsers() public static méthode

public static testUsers ( this tmQaConfig ) : List
tmQaConfig this
Résultat List