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