0
可能重複:
In the teardown event during an NUnit test how can I get to the attribute applied to the method that was just tested?如何在NUnit TearDown上知道測試是否拋出異常以及該異常是什麼?
我的NUnit的測試,所有這一切實現NUnit的拆解函數的類繼承了一堆。
[TearDown中] 公共無效TeardownTest(){}
每當測試之一生成它只是跳到直拆機功能異常。我如何知道生成的異常是否會導致異常?