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

Latest commit

 

History

History
44 lines (34 loc) · 1.39 KB

running-mutation-tests.adoc

File metadata and controls

44 lines (34 loc) · 1.39 KB

How to run mutation tests

The Tamaya Core and API projects support mutation testing by the integration of PIT to validate the quality and effectivness of our tests.

Running PIT

PIT is not part of the normal build process of Tamaya. Therefore it must be executed manually with the following command.

$ mvn -P coverage

The measurement of the coverage is faster if there is an existing database created by PIT. To used them execute the following command.

$ mvn -P coverage -DwithHistory