public interface MockResolver
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
getInvocationHandler(Object proxy,
Method method,
Object[] args)
Matches the method invocation to an invocation handler for a registered mock.
|
InvocationHandler getInvocationHandler(Object proxy, Method method, Object[] args)
proxy - object on which the method was invokedmethod - invoked methodargs - invocation arguments