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

CreateBookOnDiskFromTemplate_FromFactoryVaccinations_HasDataDivIntact() private method

        public void CreateBookOnDiskFromTemplate_FromFactoryVaccinations_HasDataDivIntact()
        {
            AssertThatXmlIn.HtmlFile(GetNewVaccinationsBookPath()).HasSpecifiedNumberOfMatchesForXpath("//div[@id='bloomDataDiv']", 1);
        }
BookStarterTests