replay(servlet);
SimpleControllerAction action = new SimpleControllerAction();
action.setServlet(servlet);
action.setBeanSource(new DefaultActionBeanSource(TestAction.class));
action.executeController(new TestAction(), actionContext);
action.executeController(new TestAction(), actionContext);
Assert.assertEquals(action.getCallCount(), 2);