Mockito.any(ControllerInstance.class));
}
@Test
public void shouldNotInvokeIfDoesNotHaveAround() throws Exception {
WithoutAroundInterceptor interceptor = spy(new WithoutAroundInterceptor());
AspectStyleInterceptorHandler aspectHandler = newAspectStyleInterceptorHandler(
WithoutAroundInterceptor.class, interceptor);
aspectHandler.execute(stack, controllerMethod, null);