C# 클래스 GoogleTestAdapter.Helpers.ProcessLauncher

파일 보기 프로젝트 열기: csoltenborn/GoogleTestAdapter 1 사용 예제들

공개 메소드들

메소드 설명
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