* @throws IOException
*/
public String getTestNotificationXml() throws IOException {
String template = IOUtils.toString(MatterEventTest.class.getResourceAsStream("event-notfn-template.xml"));
MatterEvent caseDate = (MatterEvent) getTestMatterEventForStringTemplates();
final String notificationXML = caseDate.toNotificationXML(template, MartinlawConstants.NotificationTemplatePlaceholders.CALENDAR_CHANNEL_NAME,
MartinlawConstants.NotificationTemplatePlaceholders.CALENDAR_PRODUCER_NAME,
"May you prosper and be in good health.");
return notificationXML;
}