c# – 单元测试说明问题

前端之家收集整理的这篇文章主要介绍了c# – 单元测试说明问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Visual Studio中有单元测试的描述条目.创建后可以修改测试描述吗?

解决方法

[TestMethod]
 [Microsoft.VisualStudio.TestTools.UnitTesting.Description("Test Case Description")]
 public void EnsureTestCaseValid()
 {      
 }
原文链接:https://www.f2er.com/csharp/93034.html

猜你在找的C#相关文章