Searched refs:neverWantedButInvoked (Results 1 – 2 of 2) sorted by relevance
16 import static org.mockito.internal.exceptions.Reporter.neverWantedButInvoked;42 throw neverWantedButInvoked(wanted, getAllLocations(actualInvocations)); in checkNumberOfInvocations()
379 …public static MockitoAssertionError neverWantedButInvoked(DescribedInvocation wanted, List<Locatio… in neverWantedButInvoked() method in Reporter