by jrummell
30. December 2006 15:08
I recently upgraded to Visual Studio 2005. I wrote a few classes and
began the testing process. I added a new class library project and then
added a reference to nunit.framework, added a new testing class and
typed out all of the NUnint attributes .... and then I stopped. There
has to be a faster way to set up a test class. A quick Google search
returned a few results for VB templates, but no C# templates =/.
So
I got out my thin VS 2005 manual and decided to make my own template.
It was much easier than expected, since I had made previous templates
in VS 2003. And now I share them with you, my fellow readers.
NUnit Class Library
NUnit Class
Just
drop the NUnit Class Library in your "My Documents\Visual Studio
2005\Templates\ProjectTemplates" folder and the NUnit Class in your "My
Documents\Visual Studio 2005\Templates\ItemTemplates" folder.
9209cb37-bb3d-4c6a-aa71-f4b56e491e2b|0|.0
Tags: nunit
asp.net