BloomTests.Book.BookStarterTests.GetNewVaccinationsBookPath C# (CSharp) Méthode

GetNewVaccinationsBookPath() private méthode

private GetNewVaccinationsBookPath ( ) : string
Résultat string
        private string GetNewVaccinationsBookPath()
        {
            var source = Path.Combine(BloomFileLocator.SampleShellsDirectory, "Vaccinations");

            var path = GetPathToHtml(_starter.CreateBookOnDiskFromTemplate(source, _projectFolder.Path));
            return path;
        }
BookStarterTests