摘要: [TestFixture, Explicit] [Category("LongRunning")] public class LifeCycleContractFixture { [SetUp] public void SetUp() { Console.Out.WriteLine("SetUp") 阅读全文
posted @ 2021-08-24 15:59 江境纣州 阅读(43) 评论(0) 推荐(0)
摘要: 1、安装Microsoft.TestPlatform.TestHost 2、安装Nunit和NUnit3TestAdapter 3、VS的工具栏中=》测试=》窗口=》测试资源管理器 4、using NUnit.Framework; 阅读全文
posted @ 2021-08-24 14:00 江境纣州 阅读(137) 评论(0) 推荐(0)