Searched refs:noMoreInteractionsWantedInOrder (Results 1 – 3 of 3) sorted by relevance
9 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWantedInOrder;36 throw noMoreInteractionsWantedInOrder(unverified); in verifyInOrder()
46 throw Reporter.noMoreInteractionsWantedInOrder(invocation_with_bogus_default_answer); in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted_in_order()
446 public static MockitoAssertionError noMoreInteractionsWantedInOrder(Invocation undesired) { in noMoreInteractionsWantedInOrder() method in Reporter