Lowering the step toward JUnit by offering a convenient way to create, organize and maintain JUnit tests. Incremental behaviour keeps modified code when regenerating. Assists with refactorings (no tests get lost when renaming, moving, etc.).
Please visit http://www.junitdoclet.org/ . There you find
Like other doclets it can be installed as
- external tool (example for IDEA 2.6 and 3.0 are included since version 1.0.1 ) or
- ANT target
We are still working on a plugin.
At http://www.junitdoclet.org/ the installation as an ANT target is described.
JUnitDoclet and IDEA
* If you are using JUnitDoclet via ANT from IDEA 3.0, please execute ANT with custom JDK. (Build File Properties -> Execution)
* If you get an warning TestCase com.foo.MyClassTest is invalid. It's not overwritten. you probably used the import optimization of IDEA for a generated TestCase. Unfortunately IDEA removes comments between imports as well, so the marker // JUnitDoclet begin import may be missing.
-- last modified: SteffenGemkow - 30 Nov 2002
|
|