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

NullValue() private method

private NullValue ( ) : void
return void
        public void NullValue()
        {
            Assert.Throws<ArgumentNullException>(
                () => string.Format(new StringTruncationFormatter(), "{0:L10}", null));
        }