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