Пример #1
0
        public void TestCreateDefaultConfig()
        {
            string targetPath = Path.Combine(testRoot, "default-embedded-config.yaml");

            // Create copy of resource within BackupUtilityCore
            Assert.IsTrue(EmbeddedResource.CreateDefaultConfig(targetPath));

            // Verify file does exist
            Assert.IsTrue(File.Exists(targetPath));
        }