Метод | Описание | |
---|---|---|
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 |
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 |
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 |
public TestProcessLauncher ( TestEnvironment testEnvironment, bool isBeingDebugged ) : System.Collections.Generic | ||
testEnvironment | TestEnvironment | |
isBeingDebugged | bool | |
Результат | System.Collections.Generic |