Searched defs:methodProxy (Results 1 – 7 of 7) sorted by relevance
11 private final MethodProxy methodProxy; field in DelegatingMockitoMethodProxy13 public DelegatingMockitoMethodProxy(MethodProxy methodProxy) { in DelegatingMockitoMethodProxy()
20 private transient MethodProxy methodProxy; field in SerializableMockitoMethodProxy22 public SerializableMockitoMethodProxy(MethodProxy methodProxy) { in SerializableMockitoMethodProxy()
44 public Object intercept(Object proxy, Method method, Object[] args, MethodProxy methodProxy) in intercept()72 public MockitoMethodProxy createMockitoMethodProxy(MethodProxy methodProxy) { in createMockitoMethodProxy()
15 private final MockitoMethodProxy methodProxy; field in CGLIBProxyRealMethod17 public CGLIBProxyRealMethod(MockitoMethodProxy methodProxy) { in CGLIBProxyRealMethod()
17 public FilteredCGLIBProxyRealMethod(MockitoMethodProxy methodProxy) { in FilteredCGLIBProxyRealMethod()
19 MethodProxy methodProxy = mockitoMethodProxy.getMethodProxy(); in setMockitoNamingPolicy() local35 …private Field reflectOnCreateInfo(MethodProxy methodProxy) throws SecurityException, NoSuchFieldEx… in reflectOnCreateInfo()
54 MethodProxy methodProxy) throws Throwable { in intercept()62 final MethodProxy methodProxy; field in InterceptorStackCallback.InterceptedMethodInvocation65 public InterceptedMethodInvocation(Object proxy, MethodProxy methodProxy, in InterceptedMethodInvocation()