Join Slack
Powered by
You can check stack traces of calls by making veri...
# mockk
o
oleksiyp
10/16/2018, 2:33 PM
You can check stack traces of calls by making verification fail:
Copy code
coVerify(atLeast = 22) { spy.testA(any()) }
Open in Slack
Previous
Next