Searched refs:callRealMethod (Results 1 – 6 of 6) sorted by relevance
61 Object callRealMethod() throws Throwable; in callRealMethod() method
43 return invocation.callRealMethod(); in answer()
51 return invocation.callRealMethod(); in shouldFailInRuntimeWhenCallingRealMethodOnInterface()
123 public Object callRealMethod() throws Throwable { in callRealMethod() method in InterceptedInvocation
46 invocationOnMock.callRealMethod(); in setUp()
137 Object enclosingElement = invocation.callRealMethod(); in preventGetKind()