How do I install the NUnit plugin in Visual Studio 2013 Express?

时光总嘲笑我的痴心妄想 提交于 2019-12-18 04:38:11

问题


I am not able to run the unit tests in Visual Studio 2013 like I used to be able to run it from the Visual Studio window itself in Visual Studio 2010. I am not able to find anything in NuGet Package Manager or on the web.


回答1:


Unfortunately this is not possible. The Express SKUs of Visual Studio do not support plugins / extensions.




回答2:


Try to use NUnit TestAdapter including NUnit. You will find it searching for NUnit in the Manage NuGet Packages window.

I have tested it, and it works fine.




回答3:


A workaround is in blog post How to invoke NUnit from Visual studio express and execute automation tests.



来源:https://stackoverflow.com/questions/20907842/how-do-i-install-the-nunit-plugin-in-visual-studio-2013-express

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