Maven – PITest mutation testing example
In this article, we will show you how to use a Maven PIT mutation testing plugin to generate a mutation test coverage report for a Java project. Tested with Maven 3.5.3 JUnit 5.3.1 PITest 1.4.3 Note Line coverage tools like JaCoCo is just telling whether the code is tested or covered, while this PITest mutation …