Searched refs:wantedButNotInvoked (Results 1 – 3 of 3) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.wantedButNotInvoked;32 throw wantedButNotInvoked(target); in verify()
9 import static org.mockito.internal.exceptions.Reporter.wantedButNotInvoked;38 throw wantedButNotInvoked(wanted, invocations); in checkMissingInvocation()
316 public static MockitoAssertionError wantedButNotInvoked(DescribedInvocation wanted) { in wantedButNotInvoked() method in Reporter320 …public static MockitoAssertionError wantedButNotInvoked(DescribedInvocation wanted, List<? extends… in wantedButNotInvoked() method in Reporter