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)); }