public class DelegatingInterceptor extends Object implements org.mockito.cglib.proxy.MethodInterceptor
public DelegatingInterceptor(Object target)
target
- The object all method calls are delegated to. Must not be
null
.Copyright © 2014. All rights reserved.