site.apt.examples.muto-reporting-example.apt.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of muto Show documentation
Show all versions of muto Show documentation
Automated Mutation Testing Framework
The newest version!
------
Maven Traceability Matrix Example
------
Myk Kolisnyk
------
2014-06-04
Customizing Reports Directory
Due to different configuration reasons there may be a need to get input from non-default directory.
In order to do this we should define <> parameter.
The sample <> fragment shows how to generate such report:
+------+
...
com.github.mkolisnyk
muto
${project.version}
src/test/resources/reporting
...
+------+