Appccelerate.Formatters.StringTruncationFormatterTest.NotIFormattableArgument C# (CSharp) Метод

NotIFormattableArgument() приватный Метод

private NotIFormattableArgument ( ) : void
Результат void
        public void NotIFormattableArgument()
        {
            string.Format(new StringTruncationFormatter(), "{0:L3}", new TestClassNotFormattable())
                .Should().Be("Tes");
        }