OCMockito icon indicating copy to clipboard operation
OCMockito copied to clipboard

Feature request: verifyNoMoreInteractions()

Open florieger opened this issue 11 years ago • 1 comments

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?

florieger avatar Apr 17 '15 12:04 florieger

Mockito features are slowly making their way to OCMockito. This one isn't there yet.

jonreid avatar Sep 14 '15 00:09 jonreid