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

Sources

Author:
Jeff Yutzler
  • Constructor Details

    • TilesTests

      public TilesTests()
  • 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 related tiles table or view if the row in gpkgext_relations with a corresponding related_table_name has a relation_name of "tiles".
      Overrides:
      activeExtension in class RTEBase
      Parameters:
      testContext - a test context
      Throws:
      SQLException - On any SQL query error or test failure
      See Also:
    • tilesTableDefinition

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