public void AssertTrue_should_throw_on_false() { Assert.Throws <AssertionException>(() => _assertions.AssertTrue(false)); }
public void AssertTrue_should_throw_on_false() { _assertions.AssertTrue(false); }