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