C# Класс GoogleTestAdapter.Helpers.ProcessLauncher

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
LaunchProcess ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError, List output ) : int
ReadTheStream ( Process process, List streamContent, bool printTestOutput, bool throwIfError ) : void

Описание методов

GetOutputOfCommand() публичный Метод

public GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError ) : List
workingDirectory string
command string
param string
printTestOutput bool
throwIfError bool
Результат List

GetOutputOfCommand() публичный Метод

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
Результат List

ProcessLauncher() публичный Метод

public ProcessLauncher ( ILogger logger, string pathExtension ) : System
logger ILogger
pathExtension string
Результат System