Package org.opengis.cite.cdb10
Class CommonFixture
java.lang.Object
org.opengis.cite.cdb10.CommonFixture
- Direct Known Subclasses:
Capability1Tests
,Capability2Tests
,MetadataStructureTests
A supporting base class that sets up a common test fixture. These configuration methods
are invoked before those defined in a subclass.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
obtainTestSubject
(org.testng.ITestContext testContext) Obtains the test subject from the ISuite context.
-
Field Details
-
ROOT_PKG_PATH
Root test suite package (absolute path).- See Also:
-
SAMPLE_CDB_PATH
Path to embedded sample CDB.- See Also:
-
path
path to the iut
-
-
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 attributeSuiteAttribute.TEST_SUBJECT
should evaluate to a DOM Document node.- Parameters:
testContext
- The test (group) context.
-