Searched refs:noMoreInteractionsWanted (Results 1 – 4 of 4) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted;27 throw noMoreInteractionsWanted(unverified, (List) data.getAllInvocations()); in verify()
7 import static org.mockito.internal.exceptions.Reporter.noMoreInteractionsWanted;30 throw noMoreInteractionsWanted(unverified, (List) invocations); in verify()
40 …throw Reporter.noMoreInteractionsWanted(invocation_with_bogus_default_answer, Collections.<Verific… in can_use_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_no_more_interaction_wanted()
416 …public static MockitoAssertionError noMoreInteractionsWanted(Invocation undesired, List<Verificati… in noMoreInteractionsWanted() method in Reporter