idioms Idiomatic Kotlin in tests: idiomatic stubbings In this article we will explore several ways of creating stubs… using Kotlin idioms.
mockito How to mock final classes with Mockito? (Kotlin & Java) Mockito cannot mock/spy because your class is final class? Here's solution with using MockMacker.
mockito Using Mockito in Kotlin projects How to use Mockito and Mockito-Kotlin? Refactoring Java Mockito based test suite to Mockito-Kotlin DSL