IntelliJ Community . JUnitDoclet

 
JUnitDoclet 

HOME INDEX SEARCH CHANGES GO  

JUnitDoclet

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.).

Documentation

Please visit http://www.junitdoclet.org/ . There you find

Download

Installation

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. wink

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

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.