Searched refs:tooManyActualInvocations (Results 1 – 2 of 2) sorted by relevance
19 import static org.mockito.internal.exceptions.Reporter.tooManyActualInvocations;45 …throw tooManyActualInvocations(wantedCount, actualCount, wanted, getAllLocations(actualInvocations… in checkNumberOfInvocations()
362 …public static MockitoAssertionError tooManyActualInvocations(int wantedCount, int actualCount, Des… in tooManyActualInvocations() method in Reporter