Class CommonTiffMeta
java.lang.Object
org.opengis.cite.geotiff11.CommonFixture
org.opengis.cite.geotiff11.tiffTests.CommonTiffMeta
- Direct Known Subclasses:
GeoKeyDirectoryTests
,GeoKeysTests
,TiffCoreTests
,TiffTagsTests
CommonTiffMeta class.
-
Field Summary
Fields inherited from class org.opengis.cite.geotiff11.CommonFixture
client, request, response, ROOT_PKG_PATH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
obtainTestSubject
(org.testng.ITestContext testContext) Obtains the test subject from the ISuite context.Methods inherited from class org.opengis.cite.geotiff11.CommonFixture
clearMessages, getResponseEntityAsDocument, initCommonFixture
-
Field Details
-
tiffDump
-
-
Constructor Details
-
CommonTiffMeta
public CommonTiffMeta()
-
-
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 file node.- Parameters:
testContext
- The test (group) context.
-