Beispiel #1
0
 public void Should_not_call_the_before_method()
 {
     Assert.IsFalse(BeforeCalled.WaitOne(TimeSpan.Zero));
 }
Beispiel #2
0
 public void Should_call_the_first_before_method()
 {
     Assert.IsTrue(BeforeCalled.WaitOne(TimeSpan.Zero));
 }