Searched refs:neverWantedButInvoked (Results 1 – 2 of 2) sorted by relevance
15 import static org.mockito.internal.exceptions.Reporter.neverWantedButInvoked;42 throw neverWantedButInvoked(wanted, firstUndesired); in checkNumberOfInvocations()
370 …public static MockitoAssertionError neverWantedButInvoked(DescribedInvocation wanted, Location fir… in neverWantedButInvoked() method in Reporter