System.Net.Mail.Tests.MailAddressParserTest.ReadCFWS_WithOnlyComment_ShouldReadAll C# (CSharp) Method

ReadCFWS_WithOnlyComment_ShouldReadAll() private method

private ReadCFWS_WithOnlyComment_ShouldReadAll ( ) : void
return void
        public void ReadCFWS_WithOnlyComment_ShouldReadAll()
        {
            int index = OneComment.Length - 1;

            index = WhitespaceReader.ReadCfwsReverse(OneComment, index);
            Assert.Equal(-1, index);
        }
MailAddressParserTest