Exemple #1
0
 public void AssertFalse_should_throw_on_true()
 {
     Assert.Throws <AssertionException>(() => _assertions.AssertFalse(true));
 }
 public void AssertFalse_should_throw_on_true()
 {
     _assertions.AssertFalse(true);
 }