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

Sources

Author:
Jeff Yutzler
  • Constructor Details

    • MediaTests

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

      public void mediaTableDefinition() throws SQLException
      A user-defined media table or view SHALL meet all requirements of a GPKG attributes table type. A user-defined media table or view SHALL contain all of the columns described in User-Defined Media Table Definition.
      Throws:
      SQLException - On any SQL query error or test failure
      See Also: