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