separating test data from test code + creating skeleton unit test classes

  • Thread starter Thread starter QA Guy
  • Start date Start date
Q

QA Guy

I have used Junit with jtestcase (http://jtestcase.sourceforge.net/) in
the past to separate test data from test code when testing java apps.

1) Now I'm testing C# and using MbUnit/Testdriven.net
(http://www.testdriven.net/) and I am looking for an equivalent of
jtestcase.

2) I am also looking for a plugin for Visual Studio .NET that can run
on an entire solution and create skeleton test classes (a test method
for every public method)

Does anyone know of anything good?

Thanks!
 
Back
Top