// =====================================================================
// Test Expectations
// =====================================================================
PropertyValue fontSize =
ThemeFactory.getDefaultInstance().createPropertyValue(
StylePropertyDetails.FONT_SIZE, FontSizeKeywords.LARGER,
Priority.NORMAL);
PropertyValue systemFont =
ThemeFactory.getDefaultInstance().createPropertyValue(
StylePropertyDetails.MCS_SYSTEM_FONT,
MCSSystemFontKeywords.CAPTION, Priority.NORMAL);
PropertyValue fontWeight =
ThemeFactory.getDefaultInstance().createPropertyValue(
StylePropertyDetails.FONT_WEIGHT,
FontWeightKeywords.BOLD, Priority.IMPORTANT);
MutableStyleProperties properties =