Пример #1
0
        public void DictionaryNullMethodsTest()
        {
            dynamic tNew = new DynamicObjects.Dictionary();
            Dynamic.ApplyEquivalentType(tNew, typeof (ISimpleStringMethod));

            Assert.That(tNew.StartsWith("Te"), Is.False);
        }
Пример #2
0
        public void DictionaryNullMethodsTest()
        {
            dynamic tNew = new DynamicObjects.Dictionary();

            Dynamic.ApplyEquivalentType(tNew, typeof(ISimpleStringMethod));

            Assert.That((object)tNew.StartsWith("Te"), Is.False);
        }