Searched refs:invocationListenerThrewException (Results 1 – 2 of 2) sorted by relevance
7 import static org.mockito.internal.exceptions.Reporter.invocationListenerThrewException;49 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCall()60 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCallException()
817 public static MockitoException invocationListenerThrewException( in invocationListenerThrewException() method in Reporter