Home
last modified time | relevance | path

Searched refs:callRealMethod (Results 1 – 7 of 7) sorted by relevance

/external/mockito/src/main/java/org/mockito/invocation/
DInvocationOnMock.java61 Object callRealMethod() throws Throwable; in callRealMethod() method
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationImplTest.java138 assertEquals("woof", invocation.callRealMethod()); in shouldBeAbleToCallRealMethod()
148 invocationOnInterface.callRealMethod(); in shouldScreamWhenCallingRealMethodOnInterface()
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DCallsRealMethods.java43 return invocation.callRealMethod(); in answer()
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationImpl.java113 public Object callRealMethod() throws Throwable { in callRealMethod() method in InvocationImpl
/external/mockito/src/test/java/org/mockitousage/spies/
DSpyingOnInterfacesTest.java52 return invocation.callRealMethod(); in shouldFailInRuntimeWhenCallingRealMethodOnInterface()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInterceptedInvocation.java127 public Object callRealMethod() throws Throwable { in callRealMethod() method in InterceptedInvocation
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...