I want to switch to Mockk, but i cant find analogue of this method in Mockk It doesn't work
verify (exactly = 0) { obj }
I want to switch to Mockk, but i cant find analogue of this method in Mockk It doesn't work
verify (exactly = 0) { obj }
The way you are trying it, is missing the method or variable
Using the
exactly
zero approach would requireTo be sure nothing else was called.
The exact equivalent would be: