Пример #1
0
        public void RemoveTest()
        {
            var target = new MockExceptionDictionary();

            Assert.Throws <Exception>(() => target.Remove(2), "RemoveItem");
        }
Пример #2
0
        public void RemoveTest()
        {
            var target = new MockExceptionDictionary();

            target.Remove(2);
        }