-
First, thank you for this library! I'm on my way to migrate my application from mockk to mockery. I'm currently struggling to understand how
The second call of
In mockk, the equivalent test succeeds:
It's probably just me who doesn't get it, but does |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
Hi!
verify
does not reset the mock. Instead, it operates on unverified calls, so previously verified calls are ignored. I should probably add it to the documentation as it's not mentioned anywhere. Do you find this behavior problematic?