-
Notifications
You must be signed in to change notification settings - Fork 0
Ant task for the Pitest tool
nicolasrusconi/PitestAnt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Ant task to invoke Pitest tool.
Usage:
First define the task from the pitest jar
<path id="pitest.path" >
<fileset dir="../lib" includes="pitest*.jar" />
</path>
<taskdef name="pitest" classname="org.pitest.ant.PitestTask" classpathref="pitest.path" />
Then use it in a target:
<path id="test.path">
...
<fileset dir="../lib" includes="*.jar"/>
...//put ALL your jars, the production,test ones and pittest jar.
</path>
<pitest classpath="test.path" targetClasses="org.mypackage*" inScopeClasses="org.mypackage*" reportDir="report/" sourceDir="src/" outputFormats="XML,HTML" />
About
Ant task for the Pitest tool
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published