order.verify(acceptsWithoutArgsInterceptor).after();
}
@Test
public void shouldInvokeAroundWithSimpleStack() {
ExampleOfSimpleStackInterceptor simpleStackInterceptor = spy(new ExampleOfSimpleStackInterceptor());
AspectStyleInterceptorHandler aspectHandler = newAspectStyleInterceptorHandler(
ExampleOfSimpleStackInterceptor.class, simpleStackInterceptor);
aspectHandler.execute(stack, controllerMethod, currentController);