gpt4 book ai didi

visual-studio - 在 Visual Studio 2015 中显示单元测试的描述属性

转载 作者:行者123 更新时间:2023-12-04 16:35:32 25 4
gpt4 key购买 nike

有谁知道如何在 Visual Studio 2015 的测试运行期间显示描述属性?

例如给出这个测试:

        [TestMethod]
[TestCategory("With Fakes")]
[Description("Posting a blog entry without the required data should return a BadRequest")]
public async Task BlogEntryPostTest1()
{
... do test
}

如何在运行时显示描述?我认为 Test Explorer 不会这样做;有什么办法吗?

最佳答案

don't think这在 test explorer 中是可能的(至少 2015 年)。我还相信 ReSharpers“单元测试”不支持它 tool .我认为查看单元测试旁边显示的描述标签的唯一方法是使用 NUnit .

您可以对提议的更改发表您的意见 here .也许在下一个版本的测试资源管理器中他们会添加它...现在我会使用 NUnit( plus GUI ) 如果你真的需要看描述,如果不需要,也许你可以考虑其中的一些其他 design proposals .

关于visual-studio - 在 Visual Studio 2015 中显示单元测试的描述属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32269284/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com