C# Class GoogleTestAdapter.Helpers.ProcessLauncher

Afficher le fichier Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError ) : List
workingDirectory string
command string
param string
printTestOutput bool
throwIfError bool
Résultat List

GetOutputOfCommand() public méthode

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
Résultat List

ProcessLauncher() public méthode

public ProcessLauncher ( ILogger logger, string pathExtension ) : System
logger ILogger
pathExtension string
Résultat System