C# Class System.Net.Mail.Tests.MailAddressParserTest

Show file Open project: dotnet/corefx

Private Methods

Method Description
MailAddress_NeedsUnicodeNormalizationWithDisplayName_ShouldParseAndNormalize ( ) : void
MailAddress_NeedsUnicodeNormalization_ShouldParseAndNormalize ( ) : void
MailAddress_WithDisplayNameParamiterNoQuotes_ShouldReadCorrectly ( ) : void
MailAddress_WithDisplayNameParamiterQuotes_ShouldReadCorrectly ( ) : void
ParseAddress_WithCommaButNoQuotes_ShouldReadCorrectly ( ) : void
ParseAddress_WithCommentsAndQuotedLocalAndNoDisplayName_ShouldReadCorrectly ( ) : void
ParseAddress_WithCommentsAndUnquotedLocalAndUnquotedDisplayName_ShouldReadCorrectly ( ) : void
ParseAddress_WithDisplayNameAndAddress_ShouldReadCorrectly ( ) : void
ParseAddress_WithDomainLiteral_ShouldReadCorrectly ( ) : void
ParseAddress_WithEscapedCharacters_AndQuotedLocalPart_ShouldReadCorrectly ( ) : void
ParseAddress_WithHangingAngleBracket_ShouldThrow ( ) : void
ParseAddress_WithInvalidLocalPartAtEnd_ShouldThrow ( ) : void
ParseAddress_WithInvalidLocalPart_ShouldThrow ( ) : void
ParseAddress_WithMultipleSimpleAddresses_ShouldReadCorrectly ( ) : void
ParseAddress_WithNoDisplayNameAndAngleAddress_ShouldReadCorrectly ( ) : void
ParseAddress_WithNoDisplayNameAndDotAtom_ShouldReadCorrectly ( ) : void
ParseAddress_WithNoDisplayNameAndNoAngleBrackets_ShouldReadCorrectly ( ) : void
ParseAddress_WithNoQuotes_ShouldReadCorrectly ( ) : void
ParseAddress_WithQuotedDisplayNameAndQuotedLocalAndAngleBrackets_ShouldReadCorrectly ( ) : void
ParseAddress_WithQuotedDisplayNameandNoAngleAddress_ShouldReadCorrectly ( ) : void
ParseAddress_WithQuotedLocalPartAndNoDisplayName_ShouldReadCorrectly ( ) : void
ParseAddresses_WithManyComplexAddresses_ShouldReadCorrectly ( ) : void
ParseAdresses_WithOnlyOneAddress_ShouldReadCorrectly ( ) : void
ReadCFWS_WithCharsBeforeComment_ShouldWorkCorrectly ( ) : void
ReadCFWS_WithNestedComments_ShouldWorkCorrectly ( ) : void
ReadCFWS_WithNoComment_ShouldDoNothing ( ) : void
ReadCFWS_WithOnlyComment_ShouldReadAll ( ) : void
ReadCFWS_WithSingleSpace_ShouldReadTheSpace ( ) : void
ReadDomainLiteral_WithInvalidCharacter_ShouldThrow ( ) : void
ReadDomainLiteral_WithLongListOfBackslashes_ShouldReadCorrectly ( ) : void
ReadDomainLiteral_WithValidDomainLiteralAndEscapedCharacters_ShouldReadCorrectly ( ) : void
ReadDomainLiteral_WithValidDomainLiteral_ShouldReadCorrectly ( ) : void
ReadDotAtom_EndsInDot_ShouldReadCorrectly ( ) : void
ReadDotAtom_WithDotAtBeginning_ShouldThrow ( ) : void
ReadDotAtom_WithValidDotAtomAndDoubleDots_ShouldReadCorrectly ( ) : void
ReadDotAtom_WithValidDotAtom_ShouldReadCorrectly ( ) : void
ReadFWS_AtBeginningOfString_ShouldReadFWS ( ) : void
ReadFWS_WithNoWhiteSpace_ShouldDoNothing ( ) : void
ReadFWS_WithOnlyWhiteSpace_ShouldReadAll ( ) : void
ReadQuotedPair_WithInvalidNonescapedCharacter_ShouldThrow ( ) : void
ReadQuotedPair_WithValidCharacterAndEscapedCharacterAndBackslashIsStartOfString_ShouldReadCorrectly ( ) : void
ReadQuotedPair_WithValidCharacterAndEscapedCharacter_ShouldReadCorrectly ( ) : void
ReadQuotedPair_WithValidCharacters_ShouldReadCorrectly ( ) : void
ReadQuotedString_WithEscapedCharacters_ShouldReadCorrectly ( ) : void
ReadQuotedString_WithInvalidCharacters_ShouldThrow ( ) : void
ReadQuotedString_WithUnicodeAndUnicodeIsInvalid_ShouldThrow ( ) : void
ReadQuotedString_WithValidMultipleQuotedStrings_ReturnTheIndexPastTheQuote ( ) : void
ReadQuotedString_WithValidMultipleStrings_ReturnTheDelimterIndex ( ) : void
ReadQuotedString_WithValidQuotedString_ShouldReadCorrectly ( ) : void
ReadQuotedString_WithValidUnicodeQuotedString_ShouldReadCorrectly ( ) : void