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

ReadCFWS_WithNoComment_ShouldDoNothing() private method

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

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