/tdd-mutation-java-examples

Mutation tests with Java, simple examples to use in workshops.

Primary LanguageHTML

tdd-mutation-java-examples

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