Home
last modified time | relevance | path

Searched refs:callRealMethod (Results 1 – 6 of 6) 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/stubbing/answers/
DCallsRealMethods.java43 return invocation.callRealMethod(); in answer()
/external/mockito/src/test/java/org/mockitousage/spies/
DSpyingOnInterfacesTest.java51 return invocation.callRealMethod(); in shouldFailInRuntimeWhenCallingRealMethodOnInterface()
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInterceptedInvocation.java123 public Object callRealMethod() throws Throwable { in callRealMethod() method in InterceptedInvocation
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/
DMavenDependencyResolverTest.java46 invocationOnMock.callRealMethod(); in setUp()
/external/javapoet/src/test/java/com/squareup/javapoet/
DClassNameTest.java137 Object enclosingElement = invocation.callRealMethod(); in preventGetKind()