Home
last modified time | relevance | path

Searched defs:callRealMethod (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/invocation/
DInvocationOnMock.java61 Object callRealMethod() throws Throwable; in callRealMethod() method
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInterceptedInvocation.java123 public Object callRealMethod() throws Throwable { in callRealMethod() method in InterceptedInvocation