Hi all, is there a way to check that there were no...
# mockk
r
Hi all, is there a way to check that there were no other interactions with a mock than the ones checked via
verify
? I'm currently switching from Mockito to MockK and am wondering what to do with my
verifyNoMoreInteractions(mock)
calls.
r
Thank you!