Searched refs:computedException (Results 1 – 1 of 1) sorted by relevance
76 Exception computedException = new Exception("computed"); in should_notify_all_listeners_when_called_delegate_handler_returns_ex() local77 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()