예제 #1
0
        public void TextMapHelperGetFontWeightString()
        {
            tlog.Debug(tag, $"TextMapHelperGetFontWeightString START");

            string fontWeightString;

            fontWeightString = TextMapHelper.GetFontWeightString(FontWeightType.Light);
            Assert.AreEqual("light", fontWeightString, "Should be equal!");

            tlog.Debug(tag, $"TextMapHelperGetFontWeightString END (OK)");
        }