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