CalendarAggregator.UtilsTest.IcsFilterIncludeShouldNotRemoveEvtIfIncludedKeywordInDescriptionAndNoPropSpecified C# (CSharp) Метод

IcsFilterIncludeShouldNotRemoveEvtIfIncludedKeywordInDescriptionAndNoPropSpecified() приватный Метод

        public void IcsFilterIncludeShouldNotRemoveEvtIfIncludedKeywordInDescriptionAndNoPropSpecified()
        {
            Assert.IsFalse(Utils.ShouldRemoveEvt(Utils.ContainsKeywordOperator.include, test_filter_event_1, "Bloor", false, false, false, false, false));
        }
UtilsTest