Esempio n. 1
0
        public void PackageLooseFilesWebUrlToZipTest()
        {
            var    packager = new HtmlPackager();
            string zipFile  = @"c:\temp\GeneratedHtml\HtmlOutput.zip";
            bool   result   = packager.PackageHtmlToZipFile("https://MarkdownMonster.west-wind.com/", zipFile);

            Assert.IsTrue(result, packager.ErrorMessage);

            ShellUtils.GoUrl(zipFile);
        }