Good tools which generate NUnit unit tests for .NET assemblies in Visual Studio 2008
- by andy
Hey guys, I'm pretty new to Unit Testing so bare with me.
I realize that best best practice is not to auto generate unit tests, however I'd like to use Code Generation to set-up the basic skeleton of the tests.
Now, I know Visual Studio 2008 already has the built in "create tests", however, it just creates a flat list of all the classes it's…