I installed NUnit 2.5.9 under VS2010 and would like to make it run with the freshly released MVC3.
Following
http://www.nuclex.org/downloads/tools/39-nunit-template-for-asp-net-mvc-2
I cannot achieve to make NUnit show up as a Test Framework in the MVC3-New Project template.
Neither do I see NUnit as a template when adding a project.
How to achive it to have NUnit work with MVC 3?
Marcus Kimpenhaus created a Visual Studio 2010 extension for this purpose:
http://visualstudiogallery.msdn.microsoft.com/7f3bdc82-f418-41aa-ad15-f1d6f89df47a
It worked for me.