Unit Test Code Generation Tool in .NET

G

Guest

Is there any tool available for generating unit test code in .NET. This is
reverse engineering process, which we have to unit test methods in a class.
Tool such as Nunit can test the methods only if we have unit test classes. Is
there any tool available which can assist in developing these unit test
classes.
 
W

William Stacey [MVP]

VS 2005 Team System with the unit tests will give you stubs IIRC. Not sure
if there is an nunit add-in to do the same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top