Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 235
merazuu Avatar asked Jan 03 '14 16:01

merazuu


People also ask

How do I know if NUnit is installed?

Open the NuGet Package Manager for your solution by navigating to Tools > NuGet Package Manager > Manage NuGet Packages for Solution. Click on the Updates tab and search for MSTest, NUnit, or xUnit test adapters that are installed.

What is NUnit test adapter?

The NUnit Test Adapter allows you to run NUnit tests inside Visual Studio.

What is difference between NUnit and MsTest?

MsTest is a native unit testing library that comes with Visual Studio from Microsoft. NUnit is an extra Nuget package that needs to be installed on top and interact with the APIs of Visual Studio. Nunit likely doesn't have direct integration into the native APIs like MsTest does.


1 Answers

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

like image 153
JaredPar Avatar answered Oct 11 '22 22:10

JaredPar