Class CommonFixture

java.lang.Object
org.opengis.cite.cdb10.CommonFixture
Direct Known Subclasses:
Capability1Tests, Capability2Tests, MetadataStructureTests

public class CommonFixture extends Object
A supporting base class that sets up a common test fixture. These configuration methods are invoked before those defined in a subclass.
  • Field Details

  • Constructor Details

    • CommonFixture

      public CommonFixture()
  • 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.
      Parameters:
      testContext - The test (group) context.