标签: c# visual-studio nunit
不应该Assert.IsTrue(false)抛出异常吗?
Assert.IsTrue(false)
答案 0 :(得分:12)
Assert.Pass抛出SuccessException
Assert.Pass
SuccessException
http://www.nunit.org/index.php?p=utilityAsserts&r=2.5
这就是Assert.IsTrue 不执行
Assert.IsTrue