NUnit Project and Item Templates for Visual Studio

Here is an NUnit Project Template for Visual Studio.

  1. Download this template: NUnit Project
  2. Place this zip file into the %USERPROFILE%\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#.
  3. Create a new Visual Studio Project and choose NUnit Project from the list of C# projects.

Here is an NUnit Item Template for Visual Studio.

  1. Download this template: NUnit Test
  2. Place this zip file into the %USERPROFILE%\Documents\Visual Studio 2010\Templates\ItemTemplates\Visual C#.
  3. Add a new item to an NUnit Project and choose NUnit Test from the list of C# items.

2 Comments

  1. Machtyn says:

    Function is misspelled in a couple of comments. No biggie and easily fixed. I appreciate the file, this helps a lot!

  2. Thank you very much für sharing these!
    It seem you need to run "devenv.exe /installvstemplates" on the command prompt (with admin rights) to bring these up in VS 2013.

Leave a Reply

How to post code in comments?