Mockk seems to be great for mocking classes. Howev...
# mockk
k
Mockk seems to be great for mocking classes. However, I’ve got a series of functions I’d like to mock that don’t belong to a class and then use mockk’s various
verify
methods in a test. How do I accomplish this? Or do I have to write something like
Copy code
var callcount = 1