Andreas Schnapp

mutflow - Mutation Testing inside test-suite. Compile once, catch gaps

by
mutflow is a mutation testing tool for Kotlin, implemented as a K2 compiler plugin. It injects all mutations at compile time and activates them one-by-one during your normal test run. Compile once, get results fast. It integrates with JUnit and Gradle with minimal setup. You could test it yourself within 5 minutes. Built for teams that want mutation testing without the overhead.

Add a comment

Replies

Best
Andreas Schnapp
Hey everyone out there! I built a mutation lib for kotlin which should be really handy. It compiles only one time, configure all mutation points and iterate over the mutations within your normal test suite. It might not be the most sophisticated one, but it's lightweight uses a quite new K2 compiler solution and you could test it within 5 minutes. Some mutation testing is much better than no mutation testing. Love to hear from you; bye!