request.setAttribute(InfrastructureKeys.PAGE_BEAN, new SimplePage());
replay(request);
SimpleControllerAction action = new SimpleControllerAction();
ActionWithNavigate bean = new ActionWithNavigate();
NavigationHolder navigationHolder = new NavigationHolder(new PageNavigationHandler(),
new DefaultNavigationHandlerFactory(), bean.getClass().getMethod("nextPage"));
action.setNavigationHolder(navigationHolder);
ViewAdapter viewAdapter = action.findActionForward(bean, new TestContextImpl(request));