Example #1
0
 public void GetMimeAttachmentsError()
 {
     EmailDriver.GetAttachments(EmailDriverMocks.GetMocMime());
 }
Example #2
0
 public void GetAttachmentsError()
 {
     EmailDriver.GetAttachments(string.Empty);
 }