Class Capability2Tests

java.lang.Object
org.opengis.cite.cdb10.CommonFixture
org.opengis.cite.cdb10.metadataAndVersioning.Capability2Tests
Direct Known Subclasses:
CDBAttributesXmlStructureTests, ConfigurationXmlStructureTests, DefaultsXmlStructureTests, GeomaticsAttributesXmlStructureTests, LightsXmlStructureTests, LightsXxxXmlStructureTests, MaterialsXmlStructureTests, ModelComponentsXmlStructureTests, VendorAttributesXmlStructureTests, VersionXmlStructureTests

public class Capability2Tests extends CommonFixture
Includes various tests of capability 2.
  • Constructor Details

    • Capability2Tests

      public Capability2Tests()
  • Method Details

    • obtainTestSubject

      @BeforeClass public void obtainTestSubject(org.testng.ITestContext testContext)
      Obtains the test subject from the ISuite context. The suite attribute SuiteAttribute.TEST_SUBJECT should evaluate to a DOM Document node. Obtains the test subject from the ISuite context. The suite attribute SuiteAttribute.TEST_SUBJECT should evaluate to a DOM Document node.
      Overrides:
      obtainTestSubject in class CommonFixture
      Parameters:
      testContext - The test (group) context.