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

Show file Open project: dotnet/corefx

Public Methods

Method Description
MailAddressTest ( ) : Xunit

Private Methods

Method Description
Address ( ) : void
Address_NoClosingQuote ( ) : void
Address_NoUser ( ) : void
Address_NoUserNoHost ( ) : void
Address_QuoteFirst ( ) : void
Address_QuoteNotFirst ( ) : void
DisplayName ( ) : void
DisplayName_Precedence ( ) : void
EqualsTest ( ) : void
EqualsTest2 ( ) : void
Host ( ) : void
TestConstructorOverload1 ( ) : void
TestConstructorOverload2 ( ) : void
TestConstructorWithEmptyString ( ) : void
TestConstructorWithNullString ( ) : void
TestInvalidAddressInConstructor ( ) : void
ToStringTest ( ) : void
User ( ) : void

Method Details

MailAddressTest() public method

public MailAddressTest ( ) : Xunit
return Xunit