Esempio n. 1
0
        public void RemoveTest()
        {
            var target = new MockExceptionDictionary();

            Assert.Throws <Exception>(() => target.Remove(2), "RemoveItem");
        }
Esempio n. 2
0
        public void RemoveTest()
        {
            var target = new MockExceptionDictionary();

            target.Remove(2);
        }