Exemplo n.º 1
0
 public StartCmdTests()
 {
     fixture = new StartupFixture();
 }
Exemplo n.º 2
0
 public NextCmdTests()
 {
     this.fixture = new StartupFixture();
 }
Exemplo n.º 3
0
 public StartCmdTests()
 {
     fixture        = new StartupFixture();
     fakeCmdService = fixture.FakeShellCmdService;
     fakeSayService = fixture.FakeSayService;
 }
Exemplo n.º 4
0
 public NextCmdTests()
 {
     this.fixture = new StartupFixture();
     fakeShellCmd = this.fixture.FakeShellCmdService;
     fakeSay      = this.fixture.FakeSayService;
 }
Exemplo n.º 5
0
 public DoneCmdTests()
 {
     fixture = new StartupFixture();
 }