Kotlin
Kotest Guide: Kotlin Testing Framework with Multiple Spec Styles
Kotest is a pure-Kotlin testing framework that goes beyond JUnit 5's Java roots. It offers multiple specification styles, a rich matcher library, built-in property testing, and first-class coroutine support. If you want test code that reads like idiomatic Kotlin, Kotest is worth learning. Installation // build.gradle.kts dependencies