public StartCmdTests() { fixture = new StartupFixture(); }
public NextCmdTests() { this.fixture = new StartupFixture(); }
public StartCmdTests() { fixture = new StartupFixture(); fakeCmdService = fixture.FakeShellCmdService; fakeSayService = fixture.FakeSayService; }
public NextCmdTests() { this.fixture = new StartupFixture(); fakeShellCmd = this.fixture.FakeShellCmdService; fakeSay = this.fixture.FakeSayService; }
public DoneCmdTests() { fixture = new StartupFixture(); }