Searched refs:reportInvocation (Results 1 – 3 of 3) sorted by relevance
51 … listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, returnValue)); in notifyMethodCall()61 … listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, exception)); in notifyMethodCallException()
27 void reportInvocation(MethodInvocationReport methodInvocationReport); in reportInvocation() method
34 public void reportInvocation(MethodInvocationReport methodInvocationReport) { in reportInvocation() method in VerboseMockInvocationLogger