What is your favorite mocking framework for Kotlin?

What is your favorite mocking framework for Kotlin and why?

I use mockito-kotlin and I think it is great. It is very easy to use and has most of the features I want in a mock framework.

1 Like

Thanks. That looks nice, though a bit dated (Kotlin 1.1), I hope that this is not a bad omen.

I don’t think it is only 1.1, but that he puts out a version that is compatible with 1.1 in addition to the latest Kotlin.

Correct. We are running 1.2.30 without any issues.