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

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

private IcsFilterIncludeShouldRemoveEvtIfIncludedKeywordNotInLocation ( ) : void
Результат void
        public void IcsFilterIncludeShouldRemoveEvtIfIncludedKeywordNotInLocation()
        {
            Assert.That(Utils.ShouldRemoveEvt(Utils.ContainsKeywordOperator.include, test_filter_event_0, "Fifth Street", false, false, false, true, false));
        }
UtilsTest