Possible Duplicate:
Automatically Generate .NET Test Tests
Hey guys, I'm pretty new to Unit Testing, so bear with me.
I understand that the best practice is not to automatically create unit tests, however I would like to use Code Generation to set up the basic test framework.
Now I know that Visual Studio 2008 already has built-in "create tests", however it just creates a flat list of all the classes that it is going to test ... and is this not for NUnit right?
Ideally, I would like the code generation to match the structure of the namespace and assembly namespace for its test tests.
Can you guys recommend any good tools that generate NUnit unit tests for .NET collections in Visual Studio 2008?
Hooray!
source
share