Class MetadataStructureTests
java.lang.Object
org.opengis.cite.cdb10.CommonFixture
org.opengis.cite.cdb10.metadataAndVersioning.MetadataStructureTests
Created by serene on 2016-09-01.
-
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
The test should check if \CDB\Schema directory contains the following files: Base_Material_Table.xsd Composite_Material_Table.xsd Configuration.xsd Defaults.xsd DIS_Country_Codes.xsd Feature_Data_Dictionary.xsd Lights.xsd Lights_Tuning.xsd Model_Components.xsd Model_Metadata.xsd Moving_Model_Codes.xsd OpenFlight_Model_Extensions.xsd Vector_Attributes.xsd Version.xsdvoid
Verify the allowable contents of the Metadata directory.Methods inherited from class org.opengis.cite.cdb10.CommonFixture
obtainTestSubject
-
Constructor Details
-
MetadataStructureTests
public MetadataStructureTests()
-
-
Method Details
-
verifyMetaDataFoldersExist
Verify the allowable contents of the Metadata directory.- Throws:
IOException
- Error reading from CDB
-
verifyContentsOfSchemaFolder
The test should check if \CDB\Schema directory contains the following files: Base_Material_Table.xsd Composite_Material_Table.xsd Configuration.xsd Defaults.xsd DIS_Country_Codes.xsd Feature_Data_Dictionary.xsd Lights.xsd Lights_Tuning.xsd Model_Components.xsd Model_Metadata.xsd Moving_Model_Codes.xsd OpenFlight_Model_Extensions.xsd Vector_Attributes.xsd Version.xsd- Throws:
IOException
- Error when loading filesystem
-