Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/handler/
DInvocationNotifierHandlerTest.java76 Exception computedException = new Exception("computed"); in should_notify_all_listeners_when_called_delegate_handler_returns_ex() local
77 given(mockHandler.handle(invocation)).willReturn(computedException); in should_notify_all_listeners_when_called_delegate_handler_returns_ex()
83 …ner1).reportInvocation(new NotifiedMethodInvocationReport(invocation, (Object) computedException)); in should_notify_all_listeners_when_called_delegate_handler_returns_ex()
84 …ner2).reportInvocation(new NotifiedMethodInvocationReport(invocation, (Object) computedException)); in should_notify_all_listeners_when_called_delegate_handler_returns_ex()