public class FeaturesTests extends RTEBase
Defines test methods that apply to the "Related Features" requirements class of the Related Tables Extension.

Sources

Author:
Jeff Yutzler
  • Constructor Details

    • FeaturesTests

      public FeaturesTests()
  • Method Details

    • activeExtension

      @BeforeClass public void activeExtension(org.testng.ITestContext testContext) throws SQLException
      A user-defined related data table or view SHALL be a user-defined features table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "features".
      Overrides:
      activeExtension in class RTEBase
      Parameters:
      testContext - a test context
      Throws:
      SQLException - On any SQL query error or test failure
      See Also:
    • featuresTableDefinition

      public void featuresTableDefinition() throws SQLException
      A user-defined related features table or view SHALL be a GPKG vector feature table type.
      Throws:
      SQLException - On any SQL query error or test failure
      See Also: