I have this test with Kotlin and JUnit 5:
@ExtendWith(MockKExtension::class) class MyTest { @MockK lateinit var repo: MyRepository @Test fun test() {