xUnit v1 tests appear in xUnit GUI (xunit.gui.clr4.exe) but not VS 2012 Test Explorer

我的未来我决定 提交于 2019-11-29 07:32:46

Pretty sure based on the to/fro that you need to install xUnit.net runner for Visual Studio 2012 VSIX extension the xUnit.net runners NuGet package as detailed on the relevant xUnit docs page.

The MSTest equivalent is built in to a standard VS install.

Be sure to search Including Prereleases. The package you need is 'xUnit.net [Visual Studio Runner]', which is a prerelease. If you only search for Stable releases, you will only find 'xUnit.net: Runners', which will not work in Visual Studio.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!