Searched defs:realMethod (Results 1 – 3 of 3) sorted by relevance
15 private final RealMethod realMethod; field in FilteredCGLIBProxyRealMethod21 public FilteredCGLIBProxyRealMethod(RealMethod realMethod) { in FilteredCGLIBProxyRealMethod()
40 final RealMethod realMethod; field in InvocationImpl43 …ject mock, MockitoMethod mockitoMethod, Object[] args, int sequenceNumber, RealMethod realMethod) { in InvocationImpl()
59 … FilteredCGLIBProxyRealMethod realMethod = new FilteredCGLIBProxyRealMethod(mockitoMethodProxy); in intercept() local