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