Unit Test Code Generation Tool in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top