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, allLoca… in checkAtLeastNumberOfInvocations()
17 import static org.mockito.internal.exceptions.Reporter.tooLittleActualInvocations;39 … throw tooLittleActualInvocations(new Discrepancy(wantedCount, actualCount), wanted, allLocations); in checkNumberOfInvocations()
29 …throw Reporter.tooLittleActualInvocations(new org.mockito.internal.reporting.Discrepancy(1, 2), ne… in should_let_passing_null_last_actual_stack_trace()
419 …public static MockitoAssertionError tooLittleActualInvocations(org.mockito.internal.reporting.Disc… in tooLittleActualInvocations() method in Reporter