Can Mockito be used to match parameters that are functions in Kotlin?
The solution here is to use anyOrNull
from https://github.com/nhaarman/mockito-kotlin, or implement that helper yourself.
The solution here is to use anyOrNull
from https://github.com/nhaarman/mockito-kotlin, or implement that helper yourself.