// =====================================================================
// Test Expectations
// =====================================================================
TextInputFormatScriptGenerator generator =
new TextInputFormatScriptGenerator(resolverMock,
new TextInputFormatParser(false));
XFTextInputAttributes attributes = new XFTextInputAttributes();
attributes.setName("abc");
attributes.setErrmsg(new LiteralTextAssetReference("error message"));
attributes.setCaption(new LiteralTextAssetReference("caption"));