Class AttributesTests


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

Sources

Author:
Jeff Yutzler
  • Constructor Details

    • AttributesTests

      public AttributesTests()
  • 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 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 class RTEBase
      Parameters:
      testContext - a test context
      Throws:
      SQLException - On any SQL query error or test failure
      See Also:
    • attributesTableDefinition

      public void attributesTableDefinition() throws SQLException
      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: