Class VendorAttributesXmlStructureTests
java.lang.Object
org.opengis.cite.cdb10.CommonFixture
org.opengis.cite.cdb10.metadataAndVersioning.Capability2Tests
org.opengis.cite.cdb10.metadataAndVersioning.VendorAttributesXmlStructureTests
Created by martin on 2016-09-09.
-
Field Summary
Fields inherited from class org.opengis.cite.cdb10.CommonFixture
path, ROOT_PKG_PATH, SAMPLE_CDB_PATH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Verify that the schema file exists for a Vendor Attributes XML file.void
If the Vendor Attributes XML and Schema files exist, then verify the XML against the schema.Methods inherited from class org.opengis.cite.cdb10.metadataAndVersioning.Capability2Tests
obtainTestSubject
-
Constructor Details
-
VendorAttributesXmlStructureTests
public VendorAttributesXmlStructureTests()
-
-
Method Details
-
verifyVendorAttributesSchemaExists
public void verifyVendorAttributesSchemaExists()Verify that the schema file exists for a Vendor Attributes XML file. If no Vendor Attributes XML file exists, then this test is skipped. Due to ambiguities in OGC CDB Standard 1.0, this test is always skipped. -
verifyVendorAttributesXmlAgainstSchema
public void verifyVendorAttributesXmlAgainstSchema()If the Vendor Attributes XML and Schema files exist, then verify the XML against the schema. Due to ambiguities in OGC CDB Standard 1.0, this test is always skipped.
-