System.Net.Mail.Tests.AttachmentTest.CreateAttachmentFromStringNullName C# (CSharp) 메소드

CreateAttachmentFromStringNullName() 개인적인 메소드

private CreateAttachmentFromStringNullName ( ) : void
리턴 void
        public void CreateAttachmentFromStringNullName()
        {
            Attachment attach = Attachment.CreateAttachmentFromString("", null, Encoding.ASCII, "application/octet-stream");
            Assert.Null(attach.Name);
        }