Searched refs:realMethod (Results 1 - 5 of 5) sorted by relevance

/external/mockito/src/org/mockito/internal/invocation/realmethod/
H A DFilteredCGLIBProxyRealMethod.java15 private final RealMethod realMethod; field in class:FilteredCGLIBProxyRealMethod
21 public FilteredCGLIBProxyRealMethod(RealMethod realMethod) { argument
22 this.realMethod = realMethod;
27 return realMethod.invoke(target, arguments);
35 return ((HasCGLIBMethodProxy) realMethod).getMethodProxy();
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationImpl.java40 final RealMethod realMethod; field in class:InvocationImpl
43 public InvocationImpl(Object mock, MockitoMethod mockitoMethod, Object[] args, int sequenceNumber, RealMethod realMethod) { argument
46 this.realMethod = realMethod;
108 return realMethod.invoke(mock, rawArguments);
/external/mockito/src/org/mockito/internal/creation/
H A DMethodInterceptorFilter.java59 FilteredCGLIBProxyRealMethod realMethod = new FilteredCGLIBProxyRealMethod(mockitoMethodProxy);
60 Invocation invocation = new InvocationImpl(proxy, mockitoMethod, args, SequenceNumber.next(), realMethod);
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 139 milliseconds