NUnit单元测试整理之基本语法

1.TestFixtureSetUp与TestFixtureTearDown的用法 TestFixtureSetUp:在所有当前选中的标记为Test的方法运行之前运行 TestFixtureTearDown:在所有当前选中的标记为Test的方法运行后运行 Code using System; using System.Text; using NUnit.Framework; namespace N
相关文章
相关标签/搜索