Does anyone know of a good JUnit test generation tool?
I'm looking for a tool to generate unit tests (pref. JUnit) for a given Java code base.
It is meant to be used by students in a course on s/w reverse engineering and reengineering. The student will explore various tools (e.g., metrics, style).
In the past, I tried AgitarOne to generate tests, but those tests require a specific plugin just to run them and do not seem to work with standalone tools outside its suite (e.g., EclEmma). Besides, AgitarOne is rather heavy and its usage policy of for academia is rather restrictive.
Does anyone know of some tool that does not have such problems?