/mutation-testing

Mutation Testing presentation & demo code

Primary LanguageKotlin

mutation_testing

View the slides

you can view the slides at the following link:

https://speakerdeck.com/panini/fixing-broken-robots-android-mutation-testing

Demo

The demo app is used to show how to use PITest, and doesn't actually run. 😇

PITest

You can run pitest using the following command:

$> ./gradlew pitestDebug

This will run pitest, and generate a coverage report in the app/build/reports directory