Some
Some: A library to generate dummy objects for unit testing in Kotlin
I was tired of hand-crafting dummy objects and updating tests every time a Kotlin data class changed. That's why I built 'Some', a pure Kotlin library that instantly generates object instances for my tests. Maybe it can save you some time, too.