gpt4 book ai didi

unit-testing - 找不到 dotnet 测试 id : error in Resharper 2016. 3 的元素

转载 作者:行者123 更新时间:2023-12-03 01:52:30 26 4
gpt4 key购买 nike

我刚刚下载了 Resharper 2016.3 EAP 4 以检查 .NET Core 的单元测试功能。但是当我运行所有单元测试时,我收到此错误:

Cannot find element for dotnet test id: MvcMovieTests.SimpleTests.TestMethodPassing

Cannot find element for dotnet test id: MvcMovieTests.SimpleTests.TestMethodFailing

这是我的简单单元测试:

[TestClass]
public class SimpleTests
{
[TestMethod]
public void TestMethodPassing()
{
Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(true);
}

[TestMethod]
public void TestMethodFailing()
{
Microsoft.VisualStudio.TestTools.UnitTesting.Assert.IsTrue(false);
}
}

当我使用 MSTEST 测试资源管理器运行所有单元测试时,它们运行正常并且我看到了结果。但使用 Resharper 2016.3,我在 Visual Studio 2015 社区的“单元测试 session ”窗口中显示了上述两个错误。

最佳答案

清理 ReSharper 缓存为我解决了这个问题。打开环境 | ReSharper 选项的常规 页面。点击清除缓存。更多信息here .

关于unit-testing - 找不到 dotnet 测试 id : error in Resharper 2016. 3 的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40120873/

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