Searched refs:wantedAtMostX (Results 1 – 2 of 2) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.wantedAtMostX;38 throw wantedAtMostX(maxNumberOfInvocations, foundSize); in verify()
521 …public static MoreThanAllowedActualInvocations wantedAtMostX(int maxNumberOfInvocations, int found… in wantedAtMostX() method in Reporter