mutflow
Like
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.
Cost / License
- Free
- Open Source (Apache-2.0)
Platforms
- Kotlin
mutflow
Like
Features
No features, maybe you want to suggest one?
mutflow information
No comments or reviews, maybe you want to be first?
What is mutflow?
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. Add the plugin, annotate your targets, run your tests. Supports arithmetic, comparison, equality, boolean, return value, and void function mutations.
Built for teams that want mutation testing without the overhead.