Ejemplo n.º 1
0
 public CommandLineTests()
 {
     _terminal    = new TestTerminal();
     _testProgram = new TestProgram();
 }
Ejemplo n.º 2
0
 public CommandLineTests()
 {
     _console     = new TestConsole();
     _testProgram = new TestProgram();
 }