C# 클래스 TeamMentor.UnitTests.TM_Website.TM_QA_Config_Loader_ExtensionMethods

파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
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