mockito-kotlin / org.mockito.kotlin / org.mockito.stubbing.LenientStubber

Extensions for org.mockito.stubbing.LenientStubber

whenever

fun <T : Any> LenientStubber.whenever(methodCall: T): OngoingStubbing<T>
fun <T : Any> LenientStubber.whenever(methodCall: () -> T): OngoingStubbing<T>