verify(acceptsInterceptor, never()).after();
}
@Test
public void shouldInvokeAcceptsWithoutArgs() {
AcceptsWithoutArgsInterceptor acceptsWithoutArgsInterceptor = spy(new AcceptsWithoutArgsInterceptor());
AspectStyleInterceptorHandler aspectHandler = newAspectStyleInterceptorHandler(
AcceptsWithoutArgsInterceptor.class,
acceptsWithoutArgsInterceptor);
aspectHandler.execute(stack, controllerMethod, currentController);