public class UnresolvableMockResolver extends Object implements MockResolver
| Constructor and Description |
|---|
UnresolvableMockResolver() |
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
getInvocationHandler(Object proxy,
Method method,
Object[] args)
Does not match any method invocation.
|
public InvocationHandler getInvocationHandler(Object proxy, Method method, Object[] args)
getInvocationHandler in interface MockResolverproxy - object on which the method was invokedmethod - invoked methodargs - invocation argumentsMockResolver.getInvocationHandler(Object, java.lang.reflect.Method, Object[])