NUnit單元測試整理之基本語法

1.TestFixtureSetUp與TestFixtureTearDown的用法 TestFixtureSetUp:在所有當前選中的標記爲Test的方法運行之前運行 TestFixtureTearDown:在所有當前選中的標記爲Test的方法運行後運行 Code using System; using System.Text; using NUnit.Framework; namespace N
相關文章
相關標籤/搜索