Пример #1
0
 public void SetUp()
 {
     _retriever = Substitute.For <IAttachmentRetriever>();
     AttachmentRetrieverSettings.AttachmentRetrieverType   = AttachmentRetrieverType.Custom;
     AttachmentRetrieverSettings.CustomAttachmentRetriever = _retriever;
 }
Пример #2
0
 public DefaultAttachmentExtractor()
 {
     _attachmentRetriever = AttachmentRetrieverFactory.GetAttachmentRetriever();
 }