Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to integrate NUnit into Visual Studio 2010?

When I create a ASP.NET MVC web application in Visual Studio 2010 it offers also to create a testing project using one of framework from the list.

But I have only VS built-in testing framework in it.

Is it possible to add NUnit there?

like image 762
abatishchev Avatar asked Jun 01 '10 08:06

abatishchev


2 Answers

NUnit integration for Visual Studio

Visual NUnit 2010

like image 178
abatishchev Avatar answered Oct 11 '22 14:10

abatishchev


Here's another tool to do this: NUnit for VS. I've not yet used it:

This add-in for Visual Studio Team System will allow you to run NUnit tests just like Visual Studio Unit tests integrated in Visual Studio. It makes Visual Studio to see NUnit test as mstest. That means everything you can do with Visual Studio Unit tests you can also do with NUnit tests. For example publishing of results in TFS or code coverage.

like image 32
Tony O'Hagan Avatar answered Oct 11 '22 12:10

Tony O'Hagan