在 NUnit TearDown 上,如何知道测试是否抛出异常以及该异常是什么?

发布于 2024-07-17 14:17:07 字数 423 浏览 1 评论 0原文

可能的重复:
在 NUnit 测试期间的拆卸事件中,如何获取应用于刚刚测试的方法的属性?

我有一堆 NUnit 测试,它们都继承自实现 NUnit Teardown 函数的类。

[拆除] public void TeardownTest() { }

每当其中一个测试生成异常时,它就会直接跳转到 TearDown 函数。 我如何知道生成的异常是什么导致它进入该异常?

Possible Duplicate:
In the teardown event during an NUnit test how can I get to the attribute applied to the method that was just tested?

I have an bunch of NUnit tests that all inherit from a class that implements the NUnit Teardown function.

[TearDown]
public void TeardownTest() { }

Whenever one of the tests generate an exception it just jumps straight to the TearDown function. How do I know what the exception was that was generated that caused it to go to that exception?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吾家有女初长成 2024-07-24 14:17:07

这已经讨论过 此处

This has been already discussed here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文