Searched refs:invocationListenerThrewException (Results 1 – 2 of 2) sorted by relevance
15 import static org.mockito.internal.exceptions.Reporter.invocationListenerThrewException;50 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCall()60 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCallException()
692 …public static MockitoException invocationListenerThrewException(InvocationListener listener, Throw… in invocationListenerThrewException() method in Reporter