HomeSort by relevance Sort by last modified time
    Searched defs:reportInvocation (Results 1 - 13 of 13) sorted by null

  /external/mockito/src/main/java/org/mockito/listeners/
InvocationListener.java 27 void reportInvocation(MethodInvocationReport methodInvocationReport);
  /external/mockito/src/main/java/org/mockito/internal/debugging/
VerboseMockInvocationLogger.java 33 public void reportInvocation(MethodInvocationReport methodInvocationReport) {
  /external/mockito/src/main/java/org/mockito/internal/handler/
InvocationNotifierHandler.java 48 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, returnValue));
58 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, exception));
  /external/mockito/src/test/java/org/mockito/internal/debugging/
VerboseMockInvocationLoggerTest.java 48 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, "return value"));
60 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, new ThirdPartyException()));
71 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, "whatever"));
80 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, "whatever"));
90 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, new ThirdPartyException()));
93 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, new ThirdPartyException()));
96 listener.reportInvocation(new NotifiedMethodInvocationReport(invocation, new ThirdPartyException()));
  /external/mockito/src/test/java/org/mockito/internal/handler/
InvocationNotifierHandlerTest.java 68 verify(listener1).reportInvocation(new NotifiedMethodInvocationReport(invocation, "returned value"));
69 verify(listener2).reportInvocation(new NotifiedMethodInvocationReport(invocation, "returned value"));
82 verify(listener1).reportInvocation(new NotifiedMethodInvocationReport(invocation, (Object) computedException));
83 verify(listener2).reportInvocation(new NotifiedMethodInvocationReport(invocation, (Object) computedException));
98 verify(listener1).reportInvocation(new NotifiedMethodInvocationReport(invocation, parseException));
99 verify(listener2).reportInvocation(new NotifiedMethodInvocationReport(invocation, parseException));
105 willThrow(new NullPointerException()).given(customListener).reportInvocation(any(MethodInvocationReport.class));
129 public void reportInvocation(MethodInvocationReport methodInvocationReport) {
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.10.19/
mockito-core-1.10.19.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 126 milliseconds