Examples on TDD and Mutation tests using Java.
For running the unit tests, the following command should help:
mvn clean test
For running the mutation tests, via terminal you should run:
mvn test-compile org.pitest:pitest-maven:mutationCoverage
Mutation tests with Java, simple examples to use in workshops.
HTML