VS2013 代码覆盖率未找到任何 XUnit 测试

VS2013 code coverage doesn't find any XUnit tests

当我转到“测试”>“分析代码覆盖率”>“所有测试”时,输出为“0 found”。我如何获得 Visual Studio 2013 来获取我的 XUnit 测试?

我第一次尝试(输出 > 测试)时,它出现在输出 window 中。

------ Discover test started ------

NUnit VS Adapter 2.0.0.0 discovering tests is started

NUnit VS Adapter 2.0.0.0 discovering test is finished

========== Discover test finished: 0 found (0:00:00.4240424) ==========

如果我第二次尝试,输出 window 是空白的。

我应该去别的地方看看吗?

我正在使用 ReSharper 运行 我的测试。 ReSharper 有效,但 VS 的测试 > 运行 所有测试也没有找到任何测试。

按照 Lex Li 的说法,我安装了 NuGet 包 xunit.runner.visualstudio,这解决了问题