Home
last modified time | relevance | path

Searched defs:callRealMethod (Results 1 – 3 of 3) 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/
DInvocationImpl.java113 public Object callRealMethod() throws Throwable { in callRealMethod() method in InvocationImpl
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInterceptedInvocation.java127 public Object callRealMethod() throws Throwable { in callRealMethod() method in InterceptedInvocation