Searched refs:wantedButNotInvokedInOrder (Results 1 – 2 of 2) sorted by relevance
10 import static org.mockito.internal.exceptions.Reporter.wantedButNotInvokedInOrder;56 throw wantedButNotInvokedInOrder(wanted, previousInOrder); in checkMissingInvocation()
340 …public static MockitoAssertionError wantedButNotInvokedInOrder(DescribedInvocation wanted, Describ… in wantedButNotInvokedInOrder() method in Reporter