C# 클래스 NuForVS.Test.Mocks.MockCommandRunner

상속: ICommandRunner
파일 보기 프로젝트 열기: kiliman/NuForVS

공개 메소드들

메소드 설명
MockCommandRunner ( string lines ) : System.Collections.Generic
Run ( string command, string args, string workingDirectory = null ) : IEnumerable

메소드 상세

MockCommandRunner() 공개 메소드

public MockCommandRunner ( string lines ) : System.Collections.Generic
lines string
리턴 System.Collections.Generic

Run() 공개 메소드

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