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

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

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

Метод Описание
GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError, IDebuggedProcessLauncher debuggedLauncher ) : List
GetOutputOfCommand ( string workingDirectory, string command, string param, bool printTestOutput, bool throwIfError, IDebuggedProcessLauncher debuggedLauncher, int &processExitCode ) : List
TestProcessLauncher ( TestEnvironment testEnvironment, bool isBeingDebugged ) : System.Collections.Generic

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

Метод Описание
LaunchProcessWithDebuggerAttached ( string workingDirectory, string command, string param, bool printTestOutput, IDebuggedProcessLauncher handle ) : int

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

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

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

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

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

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

public TestProcessLauncher ( TestEnvironment testEnvironment, bool isBeingDebugged ) : System.Collections.Generic
testEnvironment TestEnvironment
isBeingDebugged bool
Результат System.Collections.Generic