Mockito.any(ControllerInstance.class));
}
@Test
public void shouldInvokeUsingBeforeAndAfter() {
AlwaysAcceptsAspectInterceptor interceptor = spy(new AlwaysAcceptsAspectInterceptor());
AspectStyleInterceptorHandler handler = newAspectStyleInterceptorHandler(
AlwaysAcceptsAspectInterceptor.class, interceptor);
handler.execute(stack, controllerMethod, currentController);