Class GeomaticsAttributesXmlStructureTests
java.lang.Object
org.opengis.cite.cdb10.CommonFixture
org.opengis.cite.cdb10.metadataAndVersioning.Capability2Tests
org.opengis.cite.cdb10.metadataAndVersioning.GeomaticsAttributesXmlStructureTests
GeomaticsAttributesXmlStructureTests class.
-
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
If the Geomatics Attributes XML and Schema files exist, then verify the XML against the schema.void
Verify that the schema file exists for a Geomatics Attributes XML file.Methods inherited from class org.opengis.cite.cdb10.metadataAndVersioning.Capability2Tests
obtainTestSubject
-
Constructor Details
-
GeomaticsAttributesXmlStructureTests
public GeomaticsAttributesXmlStructureTests()
-
-
Method Details
-
verifyGeomaticsAttributesSchemaExists
public void verifyGeomaticsAttributesSchemaExists()Verify that the schema file exists for a Geomatics Attributes XML file. If no Geomatics Attributes XML file exists, then this test is skipped. Due to ambiguities in OGC CDB Standard 1.0, this test is always skipped. -
verifyGeomaticsAttributesAgainstSchema
public void verifyGeomaticsAttributesAgainstSchema()If the Geomatics 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.
-