Home
last modified time | relevance | path

Searched refs:invocationListenerThrewException (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/handler/
DInvocationNotifierHandler.java7 import static org.mockito.internal.exceptions.Reporter.invocationListenerThrewException;
51 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCall()
61 throw invocationListenerThrewException(listener, listenerThrowable); in notifyMethodCallException()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java673 …public static MockitoException invocationListenerThrewException(InvocationListener listener, Throw… in invocationListenerThrewException() method in Reporter