xunit.runner.visualstudio not working on Visual Studio 2013 Update 4

∥☆過路亽.° 提交于 2019-12-07 15:02:36

问题


I got the following constellation:

Machine 1: - Windows 8.1 - Visual Studio 2013 Update 3. - XUnit Test Runner installed via "Tools" / "Extensions"

Machine 2: - Windows Server 2012 (Hyper V Virtual Box) - Visual Studio 2013 Update 4

I've loaded a project, which I've created on Machine 1, on Machine 2. The project already contained Unit Tests which ran perfectly on Machine 1.

The installation of the XUnit Testrunner via "Tools" / "Extensions" got unavailable recently. Therefore I installed the package xunit.runner.visualstudio as a Nuget Package into my solution on machine 2. After I rebuilt my solution on machine 2 not tests are visible in Visual Studio on the newly setup box. What do I have to do to get my unit and integration tests back into the test runner? Is there anything else I need to install?

Thanks a lot for all your help

来源:https://stackoverflow.com/questions/27212485/xunit-runner-visualstudio-not-working-on-visual-studio-2013-update-4

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