Example #1
0
        public void Format_property_value()
        {
            string result = formatter
                            .AppendPropertyValue(123.45)
                            .BuildMessage("{PropertyValue:#.#}");

            result.ShouldEqual("123.5");
        }