Пример #1
0
        public void TraverseTreesCopyHash_RunWithDirEntry_Exception()
        {
            var reSource = new DirEntry {
                Path = "Moo"
            };

            Assert.Throws <ArgumentException>(() => reSource.TraverseTreesCopyHash(null), "source and destination must be not null.");
        }