Beispiel #1
0
        public void IsSourceDirectoryPathEmpty_SourceDirectoryPathHasOnlyBlanks_ReturnsTrue()
        {
            DirectoryCopier copier = new DirectoryCopier();
            var             result = copier.IsSourceDirectoryPathEmpty("     ");

            Assert.IsTrue(result);
        }