Example #1
0
        public void ClearTest()
        {
            var target = new MockExceptionDictionary();

            Assert.Throws <Exception>(() => target.Clear(), "ClearItems");
        }
Example #2
0
        public void ClearTest()
        {
            var target = new MockExceptionDictionary();

            target.Clear();
        }