mutflow icon
mutflow icon

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.

Cost / License

Platforms

  • Kotlin
0likes
0comments
0alternatives
0articles

Features

mutflow News & Activities

Highlights All activities

Recent activities

  • anschnapp added mutflow

mutflow information

  • Developed by

    anschnapp
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  4 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
mutflow was added to AlternativeTo by anschnapp on and this page was last updated .
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.

Official Links