Searched refs:tooManyActualInvocationsInOrder (Results 1 – 2 of 2) sorted by relevance
20 import static org.mockito.internal.exceptions.Reporter.tooManyActualInvocationsInOrder;61 … throw tooManyActualInvocationsInOrder(wantedCount, actualCount, wanted, getAllLocations(chunk)); in checkNumberOfInvocations()
389 …public static MockitoAssertionError tooManyActualInvocationsInOrder(int wantedCount, int actualCou… in tooManyActualInvocationsInOrder() method in Reporter