}
@Test
public void testCreationAction() throws Exception
{
ActionCreator actionCreator = new ActionCreatorImpl();
Action action = actionCreator.createAction(NavigableLookupDispatchAction.class);
NavigableLookupDispatchController controller = (NavigableLookupDispatchController) action;
assert controller.getBeanSource() != null;
assert controller.getNavigationHolder() != null;
assert controller.internalGetKeyMethodMap() != null;
}