Searched refs:tooLittleActualInvocationsInOrder (Results 1 – 3 of 3) sorted by relevance
18 import static org.mockito.internal.exceptions.Reporter.tooLittleActualInvocationsInOrder;58 …throw tooLittleActualInvocationsInOrder(new Discrepancy(wantedCount, actualCount), wanted, allLoca… in checkNumberOfInvocations()73 …throw tooLittleActualInvocationsInOrder(new Discrepancy(wantedCount, actualCount), wanted, Arrays.… in checkNumberOfInvocationsNonGreedy()
15 import static org.mockito.internal.exceptions.Reporter.tooLittleActualInvocationsInOrder;43 …throw tooLittleActualInvocationsInOrder(new AtLeastDiscrepancy(wantedCount, actualCount), wanted, … in checkAtLeastNumberOfInvocations()
425 …public static MockitoAssertionError tooLittleActualInvocationsInOrder(org.mockito.internal.reporti… in tooLittleActualInvocationsInOrder() method in Reporter