C# Class GoogleTestAdapter.Helpers.ProcessLauncher

Mostra file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError ) : List
GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError, int &processExitCode ) : List
ProcessLauncher ( ILogger logger, string pathExtension ) : System

Private Methods

Method Description
LaunchProcess ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError, List output ) : int
ReadTheStream ( Process process, List streamContent, bool printTestOutput, bool throwIfError ) : void

Method Details

GetOutputOfCommand() public method

public GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError ) : List
workingDirectory string
command string
param string
printTestOutput bool
throwIfError bool
return List

GetOutputOfCommand() public method

public GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError, int &processExitCode ) : List
workingDirectory string
command string
param string
printTestOutput bool
throwIfError bool
processExitCode int
return List

ProcessLauncher() public method

public ProcessLauncher ( ILogger logger, string pathExtension ) : System
logger ILogger
pathExtension string
return System