Пример #1
0
        protected void HandlePostImport()
        {
            DefaultLogger      l = new DefaultLogger();
            InformaPostProcess p = new InformaPostProcess(l);

            p.UpdateArticleReferences();

            WriteLogs(l);
        }
Пример #2
0
        public void UpdateArticleReferences_Null_Text()
        {
            // ARRANGE
            var result = _classUnderTest.UpdateArticleReferences(_classUnderTest.LinkPatterns, null, string.Empty, NullResult);

            Assert.AreEqual(string.Empty, result.Key);
            Assert.AreEqual(string.Empty, result.Value);
        }