Adds a project and an item template to generate NUnit based tests of ASP.NET MVC 3 and ASP.NET MVC 4 applications. NUnit as NuGet package is included and does not require any dedicated installation anymore.
This is just a simple extension which adds the ability to choose NUnit as testing framework for ASP.NET MVC 3 and MVC 4 apps. All tests included are a 100% port of the tests that ship with ASP.NET MVC 3 / 4.
The template is only available for Visual Studio 2010 Professional and higher (this is due to the limitations of testing possibilities inside of Visual Studio). A valid installation of ASP.NET MVC 3 / 4 is required.
Version History
0.6:
added WebApi and Empty MVC4 project support
added VB (on all MVC4 & MVC3 project types) support
added VS2012 support which needs to be a separate vsix extension (see /vsgallery/3c266165-7142-4012-974c-fa750cf97850)
updated NUnit to version 2.6.2
0.5:
Added new project templates for ASP.NET MVC 4
Updated included NUnit to the latest bits
Pushed the containing solution to github: https://github.com/kimpenhaus/ASP.NET_MVC_NUnit
0.4:
depends on NuGet 1.5
Added preinstalled NuGet package of NUnit version 2.5.10 (no gac installation of NUnit necessary)
Added item template for NUnit tests (also for different project types accessable)
0.3:
Fixed problems which came with new Tools Update for ASP.NET MVC 3.