Appccelerate.Formatters.StringTruncationFormatterTest.Formattable C# (CSharp) Method

Formattable() private method

private Formattable ( ) : void
return void
        public void Formattable()
        {
            string.Format(new StringTruncationFormatter(), "{0:L4}", new TestClassFormattable())
                .Should().Be("form");
        }