JUnit is defactor standard for testing in Java and it works fine in Kotlin. There is also Spek which is Kotlin specific
https://jetbrains.github.io/spek/. My problem with Spek is that you can't run individual tests in IntelliJ right now. 😕 You have to run the entire class.