input = getClass().getResourceAsStream("/icons/tsuiteok.gif");
}
String parseTemplate = parser.parseTemplate(session);
try {
icon = ImageIO.read(input);
growl.sendNotification(notification, testResult.toString(), parseTemplate, icon);
} catch (IOException e) {
e.printStackTrace();
} catch (GrowlException e) {
e.printStackTrace();
}