assertNoUnexpectedAlerts();
}
public void testParam_hasDefaultValue() throws Exception {
compileInterface("<gxp:param name='foo' type='int' default='12' />");
assertAlert(new InterfaceParamHasDefaultValueError(pos(2,1)));
assertNoUnexpectedAlerts();
}