标签: nunit
可能重复: In the teardown event during an NUnit test how can I get to the attribute applied to the method that was just tested?
我有一堆NUnit测试,都是从实现NUnit Teardown函数的类继承的。
[TearDown中] public void TeardownTest(){}
每当其中一个测试生成异常时,它就会直接跳转到TearDown函数。我怎么知道导致它出现异常的异常是什么?
答案 0 :(得分:1)
这已经讨论过here。