Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Maven – PITest mutation testing example

Maven, JUnit 5 + PITest example.

Project Link - https://www.mkyong.com/maven/maven-pitest-mutation-testing-example/

How to run this project?

$ git clone https://github.com/mkyong/maven-examples.git
$ cd maven-mutation-testing
$ mvn clean org.pitest:pitest-maven:mutationCoverage
#or
$ mvn clean test

# view report at target/pit-reports/YYYYMMDDHHMI/index.html