254255256257258259260261
assertNoUnexpectedAlerts(); } public void testParam_withHasDefault() throws Exception { compile("<gxp:param name='foo' type='String' has-default='true' />"); assertAlert(new TemplateParamWithHasDefaultError(pos(2,1))); assertNoUnexpectedAlerts(); }
261262263264265266267268