Join Slack
Powered by
Can I mockk a lambda like this: `mockk<((Int, I...
# mockk
d
dave08
05/30/2018, 3:43 PM
Can I mockk a lambda like this:
mockk<((Int, Int, String) -> Thing)>()
? How could I get it to return `Thing`s with every?
2
Views
Open in Slack
Previous
Next