Hi,
in the example at:
I am trying to use PIT (Maven Plugin) in order to mutate the class Fraction referred by means of a dependency declared in the project.
By running:
* mvn -Pmutation clean verify org.pitest:pitest-maven:mutationCoverage
PIT fails by reporting:
* [ERROR] Failed to execute goal org.pitest:pitest-maven:1.15.8:mutationCoverage (default-cli) on project pitExample: Execution default-cli of goal org.pitest:pitest-maven:1.15.8:mutationCoverage failed: No mutations found. This probably means there is an issue with either the supplied classpath or filters.
I am wondering if it is possible to mutate a binary class only referred in the classpath ... but as far I understood from the documentation:
it should be possible.
Do you have any suggestion on how to proceed?
Thanks
Gulyx