@Test
public void testCreateAction() throws Exception
{
ServletActionContext sac = getActionContext();
ControllerProcessorDelegate delegate = newMock(ControllerProcessorDelegate.class);
ActionContextFactory factory = newMock(ActionContextFactory.class);
ExecuteAction executeAction = getExecuteAction(delegate, factory);
Action action = newMock(Action.class);
ActionMapping actionConfig = newMock(ActionMapping.class);
ActionForm actionForm = newMock(ActionForm.class);