cmdR.Tests.CmdRTests.FakeCmdRConsole.FakeCmdRConsole C# (CSharp) Method

FakeCmdRConsole() public method

public FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
textToRead string
return System.Collections.Generic
        public FakeCmdRConsole(string textToRead)
        {
            ConsoleWindow = new List<string>();
            TextToRead = textToRead;
        }