Class AttributesTests
java.lang.Object
org.opengis.cite.gpkg12.CommonFixture
org.opengis.cite.gpkg12.extensions.relatedtables.RTEBase
org.opengis.cite.gpkg12.extensions.relatedtables.AttributesTests
Defines test methods that apply to the "Related Attributes" requirements class of the
Related Tables Extension.
Sources
- Author:
- Jeff Yutzler
-
Field Summary
Fields inherited from class org.opengis.cite.gpkg12.CommonFixture
databaseConnection, dataSource, geopackageVersion, gpkgFile, ROOT_PKG_PATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activeExtension
(org.testng.ITestContext testContext) A user-defined related data table or view SHALL be a user-defined related attributes table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "attributes".void
A user-defined related attributes table or view SHALL be a GPKG attributes table type.Methods inherited from class org.opengis.cite.gpkg12.extensions.relatedtables.RTEBase
testRelatedType, testRequirementsClassActive
Methods inherited from class org.opengis.cite.gpkg12.CommonFixture
checkPrimaryKey, close, getGeopackageVersion, getPrimaryKeyColumn, getTestName, initCommonFixture, isExtendedType, setTestName, validateClassEnabled
-
Constructor Details
-
AttributesTests
public AttributesTests()
-
-
Method Details
-
activeExtension
A user-defined related data table or view SHALL be a user-defined related attributes table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "attributes".- Overrides:
activeExtension
in classRTEBase
- Parameters:
testContext
- a test context- Throws:
SQLException
- On any SQL query error or test failure- See Also:
-
attributesTableDefinition
A user-defined related attributes table or view SHALL be a GPKG attributes table type.- Throws:
SQLException
- On any SQL query error or test failure- See Also:
-