Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/navarabv/mutation-testing-demo-kotlin

Mutation Testing Demo in Kotlin
https://github.com/navarabv/mutation-testing-demo-kotlin

Last synced: 3 days ago
JSON representation

Mutation Testing Demo in Kotlin

Awesome Lists containing this project

README

        

# Mutation Testing Demo For Kotlin

A simple project to demonstrate the power of mutation testing.

## PITest

Run `./gradlew pitest` to run all mutation tests.

Reports are published under [build/reports/pitest](build/reports/pitest).