Searched refs:wantedAtMostX (Results 1 – 2 of 2) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.wantedAtMostX;39 throw wantedAtMostX(maxNumberOfInvocations, foundSize); in verify()
502 public static MockitoAssertionError wantedAtMostX(int maxNumberOfInvocations, int foundSize) { in wantedAtMostX() method in Reporter