I\'d like to use strict mocks, at least when developing for the first time some tests against old code, so any methods invoked on my mock will throw an exception if I didn\'t sp
Bellow Methods can verify no unexpected method called:
org.mockito.Mockito#only org.mockito.Mockito#verifyNoMoreInteractions