BloomTests.Book.BookStarterTests.CreateBookOnDiskFromTemplate_FromFactoryVaccinations_HasTitlePage C# (CSharp) Method

CreateBookOnDiskFromTemplate_FromFactoryVaccinations_HasTitlePage() private method

        public void CreateBookOnDiskFromTemplate_FromFactoryVaccinations_HasTitlePage()
        {
            AssertThatXmlIn.HtmlFile(GetNewVaccinationsBookPath()).HasSpecifiedNumberOfMatchesForXpath("//div[contains(@class,'titlePage')]", 1);
        }
BookStarterTests