Searched refs:buildReportString (Results 1 – 2 of 2) sorted by relevance
43 private String buildReportString(String message, Object... args) { in buildReportString() method in AnnotatedClassContext53 status.error(buildReportString(message, args)); in reportError()58 status.warning(buildReportString(message, args)); in reportWarning()
48 private String buildReportString(String message, Object... args) { in buildReportString() method in AnnotatedMemberContext59 status.error(buildReportString(message, args)); in reportError()64 status.warning(buildReportString(message, args)); in reportWarning()