Searched refs:delegatedMethodDoesNotExistOnDelegate (Results 1 – 3 of 3) sorted by relevance
7 import static org.mockito.internal.exceptions.Reporter.delegatedMethodDoesNotExistOnDelegate;45 … throw delegatedMethodDoesNotExistOnDelegate(mockMethod, invocation.getMock(), delegatedObject); in answer()
65 …throw Reporter.delegatedMethodDoesNotExistOnDelegate(dumb_invocation.getMethod(), mock_with_bogus_… in can_use_print_mock_name_even_when_mock_bogus_default_answer_and_when_reporting_delegate_method_dont_exists()
821 …public static MockitoException delegatedMethodDoesNotExistOnDelegate(Method mockMethod, Object moc… in delegatedMethodDoesNotExistOnDelegate() method in Reporter