Example #1
0
        public void Sort_GetException_InputNull()
        {
            Dictionary <string, string> given = null;

            Assert.ThrowsException <ArgumentNullException>(() =>
                                                           _defaultDestinationService.Sort(given));
        }