order.verify(acceptsInterceptor).after();
}
@Test
public void shouldNotInvokeIfDoesNotAccept() {
AcceptsInterceptor acceptsInterceptor = spy(new AcceptsInterceptor(
false));
AspectStyleInterceptorHandler aspectHandler = newAspectStyleInterceptorHandler(
AcceptsInterceptor.class, acceptsInterceptor);
aspectHandler.execute(stack, controllerMethod, currentController);