Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 515 Bytes

running-mutation-tests.adoc

File metadata and controls

21 lines (14 loc) · 515 Bytes

How to run mutation tests

The Tamaya Extensions project supports mutation testing by the integration of PIT to validate the quality and effectiveness of our tests.

Running PIT

PIT is not part of the normal build process of Tamaya Extensions. Therefore it must be executed manually by executing the following command:

$ mvn -Pcoverage
or
$ mvn install org.pitest:pitest-maven:mutationCoverage