assertEquals( actions.get( 0 ).getId(), "bar" );
}
@Test
public void testAddsActionTriggersPageUpdate() {
UIUpdater updater = mock( UIUpdater.class );
UpdateUtil.registerUpdater( updater );
ActionConfiguration actionConfig = new ActionConfiguration( "bar", TestAction.class );
PageConfiguration config = new PageConfiguration( "foo", TestPage.class );
config.addActionConfiguration( actionConfig );