Example #1
0
        public void WhenDeleteRecursive_ThenThrowsNotSupportedException()
        {
            IDirectory roDirectory = GetReadOnlyDirectoryDecorator();

            Assert.Throws <NotSupportedException>(() => roDirectory.DeleteRecursive());
        }