PolicyAttributesDetails details =
new PolicyAttributesDetails("imageComponent", true);
AttributesMessageFormatter attributesMessageFormatter =
new AttributesMessageFormatter(details);
String formatted =
attributesMessageFormatter.format(attributes, message,
"Device Specific Image");
assertEquals("Device Specific Image, PC, Color, 24bits, 100x200px",
formatted);
}