juniorschmitz / tdd-mutation-java-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 83.7%Language:Java 8.9%Language:CSS 7.4%