C# Class GoogleTestAdapter.Settings.SettingsWrapper

Mostrar archivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ReplacePlaceholders ( string theString, string solutionDirectory, string testDirectory, int threadId ) : string
ToString ( SettingsWrapper settings, PropertyInfo propertyInfo ) : string

Method Details

GetBatchForTestSetup() public method

public GetBatchForTestSetup ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
return string

GetBatchForTestTeardown() public method

public GetBatchForTestTeardown ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
return string

GetPathExtension() public method

public GetPathExtension ( string executable ) : string
executable string
return string

GetUserParameters() public method

public GetUserParameters ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
return string

GetWorkingDir() public method

public GetWorkingDir ( string solutionDirectory, string testDirectory, int threadId ) : string
solutionDirectory string
testDirectory string
threadId int
return string

ReplacePlaceholders() public static method

public static ReplacePlaceholders ( string userParameters, string executable ) : string
userParameters string
executable string
return string

SettingsWrapper() public method

public SettingsWrapper ( ) : System
return System

SettingsWrapper() public method

public SettingsWrapper ( IGoogleTestAdapterSettings settings ) : System
settings IGoogleTestAdapterSettings
return System

ToString() public method

public ToString ( ) : string
return string