Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 621 Bytes

File metadata and controls

26 lines (17 loc) · 621 Bytes

quarkus-mutation-demo

Mutation Testing in Quarkus: Go Beyond Code Coverage Learn how to expose weak tests, strengthen your assertions, and build enterprise-grade confidence with PIT in Java applications.

Substack article: https://www.the-main-thread.com/p/mutation-testing-quarkus-java-tutorial

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/.

Running the tests

./mvnw -q test

Running PIT

./mvnw -q org.pitest:pitest-maven:mutationCoverage

Looking at the results

open target/pit-reports/index.html