The other day, I emailed Darrell about SkeletoNUnit.
>Know anything about this?
>
>http://sourceforge.net/projects/skeletonunit/
>
>Looks interesting, I remember you were talking about NUnit addins, and
>got me thinking of an automatic unit-test generator. Should be fairly
>easy to make one, so I thought for sure there's one out there.
>
>I know it's backwards to generate unit tests, but I can see the
>advantages, especially with legacy code.
Anyhow, he didn't know of anything else off-hand, and SkeletoNUnit seems, like it's name suggests, to be a dead project... So, I'm asking if anyone knows of anything else out there that will do this? Basically, I'm looking for something that will automate the generation of NUnit unit tests.
I've tried .TEST from Parasoft, (which does generate NUnit tests) but I couldn't get it to work fully. It would choke on big assemblies, and I couldn't figure a way to generate tests for one class at a time. I also can't justify the price tag, when VS2005 may do much of this stuff and make .TEST obsolete..
-Brendan