C# Class GoogleTestAdapter.VsPackage.Helpers.TestProcessLauncher

Mostra file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
GetOutputStreams ( string workingDirectory, string command, string param, List &standardOut, List &standardErr ) : int

Private Methods

Method Description
CreateProcess ( string workingDirectory, string command, string param ) : Process

Method Details

GetOutputStreams() public method

public GetOutputStreams ( string workingDirectory, string command, string param, List &standardOut, List &standardErr ) : int
workingDirectory string
command string
param string
standardOut List
standardErr List
return int