Is it possible to integrate NUnit to Visual Studio 2010?

Posted by abatishchev on Stack Overflow See other posts from Stack Overflow or by abatishchev
Published on 2010-06-01T08:38:50Z Indexed on 2010/06/01 8:43 UTC
Read the original article Hit count: 238

When I create a 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?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about unit-testing