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

  • Thread starter qualityassurance
  • Start date
Q

qualityassurance

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!
 

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