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