BloomTests.Book.BookCopyrightAndLicenseTests.CheckDataDivToPagePropagation_LicenseUrl C# (CSharp) Method

CheckDataDivToPagePropagation_LicenseUrl() private method

private CheckDataDivToPagePropagation_LicenseUrl ( ) : void
return void
		public void CheckDataDivToPagePropagation_LicenseUrl()
		{
			CheckUpdateDomFromDataDiv("licenseUrl", null,description: "if licenseUrl is not in datadiv, on page the corresponding element should be empty");
			CheckUpdateDomFromDataDiv("licenseUrl", "", description: "if licenseUrl is empty datadiv, on page the corresponding element should be empty");
			CheckUpdateDomFromDataDiv("licenseUrl", "example.com", description: "if licenseUrl is in datadiv, on page the corresponding element should be a copy");
		}
		[Test]
BookCopyrightAndLicenseTests