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