This repository demonstrates the concept of mutation testing using Java, Maven, and PIT (PITest).
- Java 17
- Maven 3.6.3 or higher
To compile the project, run the following command:
mvn compileTo run the unit tests, execute the following command:
mvn testmvn org.pitest:pitest-maven:mutationCoverageThis command will generate a mutation testing report in the target/pit-reports directory.