From: Eric A. <eri...@ma...> - 2002-11-11 05:25:30
|
"JUnit Test Generator" is a free, lightweight, all-Java GUI tool for generating unit test boilerplate (all public methods are given corresponding empty test methods in a new TestCase, with a generated constructor and setup method). You can feed it either individual files or whole directories. I just tried it out on NextGen on OS X and it worked out-of-the-box (since it works for class files, generics are not a problem). The license allows us to redistribute it in compiled form, so we could just pack it up and put it in the lib directory (we can also download the source; we just can't redistribute it ourselves). http://www.1perlstreet.com/xq/ASP/txtCodeId.2212/lngWId.2/qx/vb/ scripts/ShowCode.htm -- Eric |