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?