check(AlertI18NResourceKeys.ALERT_RANGE_OUTSIDE_EXCL_SHORT, "Foo Prop", String.format("%1.1fB", 1d),
String.format("%2.1fB", 22.2d));
}
private String getPrettyAlertConditionString(AlertCondition condition) {
AlertManagerBean pojo = new AlertManagerBean();
String s = extractCondition(pojo.prettyPrintAlertConditions(createAlert(condition), false));
System.out.println("long===>" + s);
return s;
}