patchwork-maven-plugin

Goals available:

Goal Description
patchwork:test A mojo for running test with patchwork coverage. This simple mojo is wrapper around {@link TestRunner} class that runs from inside a maven project. It does the following:
  • collect all test cases (at present, JUnit 3.8.1),
  • instrument tested code classes, either online or offline,
  • generate a coverage report,
  • optionnally generate coverage information for source files.
patchwork:report A maven report for patchwork coverage data. This report expects to find the result of a patchwork execution in some directory in the build directory of the project: A patchwork.data file that contains the coverage data and optionally source files (all other .html files) for translating coverage information to source data.
© 2005-2007  | Last Published: 16-02-2007