|
|
| Changed: |
< < |
- external tool (example for IDEA 2.6 and Ariadna included since version 1.0.1 ) or
|
> > |
- external tool (example for IDEA 2.6 and 3.0 are included since version 1.0.1 ) or
|
| Added: |
> > |
|
| Changed: |
< < |
Note: JUnitDoclet was developed using IDEA 2.6 and JUnitDoclet itself (always one version lower). So we released it not before it "felt" right.
|
> > |
JUnitDoclet and IDEA
* If you are using JUnitDoclet via ANT from IDEA 3.0, please execute ANT with custom JDK. (Build File Properties -> Execution)
|
| Changed: |
< < |
-- SteffenGemkow - 01 Nov 2002
|
> > |
* 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.
|
| Changed: |
< < |
|
> > |
-- last modified: SteffenGemkow - 30 Nov 2002 |