OCMockito
OCMockito copied to clipboard
Feature request: verifyNoMoreInteractions()
Hi everybody,
I'm new to OCMockito and OCHamcrest, so I might be missing something, but I wonder why there is no verifyNoMoreInteractions() method, like in Mockito for Java.
Is there any other way to check if there are no more interactions on a certain mock?
Mockito features are slowly making their way to OCMockito. This one isn't there yet.