Object target = new Object();
Method m = target.getClass().getDeclaredMethod("hashCode", null);
MethodInvocation invocation = new MockMethodInvocation(m);
createInterceptor(new MockFilter(nullFilter));
ServiceEvent event = new ServiceEvent(ServiceEvent.UNREGISTERING, reference);
listener.serviceChanged(event);
interceptor.getRetryTemplate().reset(3000);
long now = System.currentTimeMillis();
try {