메소드 | 설명 | |
---|---|---|
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 |
public GetBatchForTestSetup ( string solutionDirectory, string testDirectory, int threadId ) : string | ||
solutionDirectory | string | |
testDirectory | string | |
threadId | int | |
리턴 | string |
public GetBatchForTestTeardown ( string solutionDirectory, string testDirectory, int threadId ) : string | ||
solutionDirectory | string | |
testDirectory | string | |
threadId | int | |
리턴 | string |
public GetPathExtension ( string executable ) : string | ||
executable | string | |
리턴 | string |
public GetUserParameters ( string solutionDirectory, string testDirectory, int threadId ) : string | ||
solutionDirectory | string | |
testDirectory | string | |
threadId | int | |
리턴 | string |
public GetWorkingDir ( string solutionDirectory, string testDirectory, int threadId ) : string | ||
solutionDirectory | string | |
testDirectory | string | |
threadId | int | |
리턴 | string |
public static ReplacePlaceholders ( string userParameters, string executable ) : string | ||
userParameters | string | |
executable | string | |
리턴 | string |
public SettingsWrapper ( IGoogleTestAdapterSettings settings ) : System | ||
settings | IGoogleTestAdapterSettings | |
리턴 | System |