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

NotIFormattableArgument() private method

private NotIFormattableArgument ( ) : void
return void
        public void NotIFormattableArgument()
        {
            string.Format(new StringTruncationFormatter(), "{0:L3}", new TestClassNotFormattable())
                .Should().Be("Tes");
        }