C# Class GoogleTestAdapter.Helpers.TestProcessLauncher

Mostrar archivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

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

Private Methods

Method Description
LaunchProcessWithDebuggerAttached ( string workingDirectory, string command, string param, bool printTestOutput, IDebuggedProcessLauncher handle ) : int

Method Details

GetOutputOfCommand() public method

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
return List

GetOutputOfCommand() public method

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
return List

TestProcessLauncher() public method

public TestProcessLauncher ( TestEnvironment testEnvironment, bool isBeingDebugged ) : System.Collections.Generic
testEnvironment TestEnvironment
isBeingDebugged bool
return System.Collections.Generic