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