replay(request);
replay(mapping);
ActionLoggingInterceptor interceptor = new ActionLoggingInterceptor();
interceptor.beforeExecute(null, new TestContextImpl(request, null, null, null, mapping));
interceptor.afterExecute(null, new TestContextImpl(request, null, null, null, mapping), null);
verify(request);
verify(mapping);
}