Search code examples
androidunit-testingkotlinmockitomobile-application

Can we test the methods written in Kotlin with Mockito?


Can we test the Mobile Application methods written in Kotlin with Mockito tool?

Have a mobile application which uses the library written in kotlin. Can Mockito supports to test these library methods.


Solution

  • Yes, Mockito can be used with Kotlin.