C# Class NuForVS.Test.Mocks.MockCommandRunner

Inheritance: ICommandRunner
Show file Open project: kiliman/NuForVS

Public Methods

Method Description
MockCommandRunner ( string lines ) : System.Collections.Generic
Run ( string command, string args, string workingDirectory = null ) : IEnumerable

Method Details

MockCommandRunner() public method

public MockCommandRunner ( string lines ) : System.Collections.Generic
lines string
return System.Collections.Generic

Run() public method

public Run ( string command, string args, string workingDirectory = null ) : IEnumerable
command string
args string
workingDirectory string
return IEnumerable