public void Should_throw_an_exception()
 {
     Assert.IsInstanceOfType <EnsureException>(this.ExceptionThrown);
 }
Exemple #2
0
 public void Should_throw_an_assert_exception()
 {
     Assert.IsInstanceOfType <AssertionFailureException>(this.ExceptionThrown);
 }