expect(action.executeController(actionBean, actionContext)).andReturn(
new ActionForwardViewAdapter(actionForward));
expect(action.getAfterInterceptors()).andReturn(actionAfters);
actionAfter1.afterExecute(actionBean, actionContext, null);
actionAfter2.afterExecute(actionBean, actionContext, null);
after1.afterExecute(actionBean, actionContext, null);
after2.afterExecute(actionBean, actionContext, null);
action.postExecute(actionBean, actionContext, null);