C# Class NuForVS.Test.Mocks.MockCommandRunner

Inheritance: ICommandRunner
Afficher le fichier Open project: kiliman/NuForVS

Méthodes publiques

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

Method Details

MockCommandRunner() public méthode

public MockCommandRunner ( string lines ) : System.Collections.Generic
lines string
Résultat System.Collections.Generic

Run() public méthode

public Run ( string command, string args, string workingDirectory = null ) : IEnumerable
command string
args string
workingDirectory string
Résultat IEnumerable