You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
florieger
changed the title
verifiy no more interactions
verifyNoMoreInteractions() method missing?
Apr 17, 2015
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?
The text was updated successfully, but these errors were encountered: