C# 클래스 GoogleTestAdapter.Settings.SettingsWrapper

파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter 1 사용 예제들

공개 메소드들

메소드 설명
GetBatchForTestSetup ( string solutionDirectory, string testDirectory, int threadId ) : string
GetBatchForTestTeardown ( string solutionDirectory, string testDirectory, int threadId ) : string
GetPathExtension ( string executable ) : string
GetUserParameters ( string solutionDirectory, string testDirectory, int threadId ) : string
GetWorkingDir ( string solutionDirectory, string testDirectory, int threadId ) : string
ReplacePlaceholders ( string userParameters, string executable ) : string
SettingsWrapper ( ) : System
SettingsWrapper ( IGoogleTestAdapterSettings settings ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ReplacePlaceholders ( string theString, string solutionDirectory, string testDirectory, int threadId ) : string
ToString ( SettingsWrapper settings, PropertyInfo propertyInfo ) : string

메소드 상세

GetBatchForTestSetup() 공개 메소드

public GetBatchForTestSetup ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
리턴 string

GetBatchForTestTeardown() 공개 메소드

public GetBatchForTestTeardown ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
리턴 string

GetPathExtension() 공개 메소드

public GetPathExtension ( string executable ) : string
executable string
리턴 string

GetUserParameters() 공개 메소드

public GetUserParameters ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
리턴 string

GetWorkingDir() 공개 메소드

public GetWorkingDir ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
리턴 string

ReplacePlaceholders() 공개 정적인 메소드

public static ReplacePlaceholders ( string userParameters, string executable ) : string
userParameters string
executable string
리턴 string

SettingsWrapper() 공개 메소드

public SettingsWrapper ( ) : System
리턴 System

SettingsWrapper() 공개 메소드

public SettingsWrapper ( IGoogleTestAdapterSettings settings ) : System
settings IGoogleTestAdapterSettings
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string