public CommandLineTests() { _terminal = new TestTerminal(); _testProgram = new TestProgram(); }
public CommandLineTests() { _console = new TestConsole(); _testProgram = new TestProgram(); }