Does anybody have idea, how to verify method with ...
# mockk
a
Does anybody have idea, how to verify method with lambda argument? Sth like that.
verify(exactly = 1, verifyBlock = { mock.method{ lambdaArgument() } })
My error is
w
Isn't the case where what "seems" like a lambda actually is a syntax sugar for that Interface?!?! I'm not sure about it, just an idea.
👍 1