public void FixtureSetUp() { Runner = new BDDRunner(this.GetType(), CreateProgressNotifier()); }
public void SetUp() { _progressNotifier = MockRepository.GenerateMock<IProgressNotifier>(); _subject = new BDDRunner(GetType(), _progressNotifier); }
public void SetUp() { _progressNotifier = MockRepository.GenerateMock <IProgressNotifier>(); _subject = new BDDRunner(GetType(), _progressNotifier); }