First page Back Continue Last page Overview Graphics
JunitDoclet: Pros
-
For each public class: Generates skeletons of junit.framewok.TestCase
-
For each public method: Generates a test method
-
Combines setter and getter tests.
-
Uses customizable “template” mechanism.
-
Provides support for refactoring.
-
Core functionality utilizes Java Doclet API.
-
Small tool, easily extensible.
Notes: