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

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

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