Home
last modified time | relevance | path

Searched defs:methodInvocationReport (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/debugging/
DVerboseMockInvocationLogger.java33 public void reportInvocation(MethodInvocationReport methodInvocationReport) { in reportInvocation()
41 private void printReturnedValueOrThrowable(MethodInvocationReport methodInvocationReport) { in printReturnedValueOrThrowable()
51 private void printStubInfo(MethodInvocationReport methodInvocationReport) { in printStubInfo()
/external/mockito/src/main/java/org/mockito/listeners/
DInvocationListener.java27 void reportInvocation(MethodInvocationReport methodInvocationReport); in reportInvocation()
/external/mockito/src/test/java/org/mockito/internal/handler/
DInvocationNotifierHandlerTest.java132 public void reportInvocation(MethodInvocationReport methodInvocationReport) { in reportInvocation()