Searched refs:tooLittleActualInvocations (Results 1 – 4 of 4) sorted by relevance
14 import static org.mockito.internal.exceptions.Reporter.tooLittleActualInvocations;30 …throw tooLittleActualInvocations(new AtLeastDiscrepancy(wantedCount, actualCount), wanted, lastLoc… in checkAtLeastNumberOfInvocations()
16 import static org.mockito.internal.exceptions.Reporter.tooLittleActualInvocations;38 …throw tooLittleActualInvocations(new Discrepancy(wantedCount, actualCount), wanted, lastInvocation… in checkNumberOfInvocations()
29 …throw Reporter.tooLittleActualInvocations(new org.mockito.internal.reporting.Discrepancy(1, 2), ne… in should_let_passing_null_last_actual_stack_trace()
402 …public static MockitoAssertionError tooLittleActualInvocations(org.mockito.internal.reporting.Disc… in tooLittleActualInvocations() method in Reporter