msgs.record(Kind.ERROR, note, ele, aMirror);
assertTrue(host.getCount(Kind.ERROR) == 1);
host = new MessagerMockup();
msgs = new I18NProcessorMessages(host, Locale.ROOT, Kind.ERROR);
AnnotationValue aValue = null;
msgs.record(Kind.ERROR, note, ele, aMirror, aValue);
assertTrue(host.getCount(Kind.ERROR) == 1);
}