Link to home
Start Free TrialLog in
Avatar of jayrod
jayrodFlag for United States of America

asked on

auto create unit test s

Does anyone know some templates or a way to reverse engineer class library code to create unit tests?  I first got interested in doing then when I saw it done for mbunit.. but I don't think that that works now. So if there are some alternatives out there please let me know.
Avatar of pashcroft
pashcroft

If you go to http://www.nunit.org and click on the download link, you can get the latest .NET unit testing harness and it's source code.

You're best of using that, because most industry unit testing in .NET languages (vb.Net, c#, ect) is currently done on that (sort of a defacto industry standard).

Also i have heard rumours that .NET 2005 will come with this sort of unit testing.
Avatar of jayrod

ASKER

I use Nunit now... I don't need an automated test runner.. but unit test creator...
You might have to explain a bit more what you mean.  I've been unit testing for years and obviously missed what you want.
ASKER CERTIFIED SOLUTION
Avatar of pashcroft
pashcroft

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jayrod

ASKER

ya but as far as I know he is using something else and stopped that project... I was looking for an alternative.. but I guess one doesn't exist :(