Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我让 NUnit 使用 NUnit 测试适配器运行到 VS2012 中,我可以很好地运行所有测试,但是如果我想在每次点击断言时都调试所有测试,它会引发异常。如何使它不为断言抛出异常?我做错了什么可怕的事情吗?
附加调试器时,失败的断言会引发异常。这是预期的行为。无需惊慌。
您可以阻止 Visual Studio 在某些异常处停止,方法是进入 Debug -> Exceptions... 并取消选中相应组中的所有或某些项目,从“Break when an exception is:”框中的“Thrown”列。