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
Includes various tests of capability 2.
-
Field Summary
Fields inherited from class org.opengis.cite.cdb10.CommonFixture
path, ROOT_PKG_PATH, SAMPLE_CDB_PATH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
obtainTestSubject
(org.testng.ITestContext testContext) Obtains the test subject from the ISuite context.
-
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 attributeSuiteAttribute.TEST_SUBJECT
should evaluate to a DOM Document node. Obtains the test subject from the ISuite context. The suite attributeSuiteAttribute.TEST_SUBJECT
should evaluate to a DOM Document node.- Overrides:
obtainTestSubject
in classCommonFixture
- Parameters:
testContext
- The test (group) context.
-