コード例 #1
0
 public void Fail_should_throw()
 {
     Assert.Throws <AssertionException>(() => _assertions.Fail());
 }
コード例 #2
0
 public void Fail_should_throw()
 {
     _assertions.Fail();
 }