Appccelerate.Formatters.StringTruncationFormatterTest.NullValue C# (CSharp) Méthode

NullValue() private méthode

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