Searched refs:methodDoesNotAcceptParameter (Results 1 – 4 of 4) sorted by relevance
42 …throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock", "null parameter."); in setMock()46 …throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock", "parameter which i… in setMock()62 throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock", in assertCompatibleTypes()70 throw Reporter.methodDoesNotAcceptParameter("VerificationStartedEvent.setMock", in assertCompatibleTypes()
32 import static org.mockito.internal.exceptions.Reporter.methodDoesNotAcceptParameter;185 throw methodDoesNotAcceptParameter(method, "null vararg array."); in addListeners()189 throw methodDoesNotAcceptParameter(method, "null listeners."); in addListeners()
34 throw Reporter.methodDoesNotAcceptParameter("invocationListeners", "null vararg array"); in should_throw_correct_exception_for_null_invocation_listener()
684 public static MockitoException methodDoesNotAcceptParameter(String method, String parameter) { in methodDoesNotAcceptParameter() method in Reporter