136137138139140141142143144
assertNoUnexpectedAlerts(); } public void testCall_unknownCallee() throws Exception { compile("<call:slartibartfast/>"); assertAlert(new CallableNotFoundError( pos(2, 1), TemplateName.create(null, "slartibartfast"))); assertNoUnexpectedAlerts(); }
137138139140141142143144145