
| djunit task |
| Attribute | Value | Default | Required |
|---|---|---|---|
| coverage | yes/on/true, no/off/false | yes | no |
| virtualMock | yes/on/true, no/off/false | no | no |
| targetSrcDir | Target class's source directory | yes | |
| excludesPath | Package name to exclude to loading by djUnit's classLoader | no | |
| ignorelibrary | yes/on/true, no/off/false | no | |
| notignorepattern | Class name that not ignore for 'ignorelibrary' | no | |
| usenoverify | yes/on/true, no/off/false | no | |
| asmversion | ASM or ASM2 or ASM15 | ASM | no |
|
<taskdef resource="djunittasks.properties"/> <target name="run.test">
<formatter type="xml"/> <batchtest todir=.....>
|