| Constructor and Description |
|---|
VersionTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
geopackageVersion()
A GeoPackage SHALL contain a value of 0x47504B47 ("GPKG" in ASCII) in the "application_id" field of the SQLite
database header to indicate that it is a GeoPackage.
|
void |
initGeoPackageFile(org.testng.ITestContext testContext) |
void |
storeVersionInTestContext(org.testng.ITestContext testContext) |
public void initGeoPackageFile(org.testng.ITestContext testContext)
testContext - The test context that contains all the information for a test run, including suite attributes.public void storeVersionInTestContext(org.testng.ITestContext testContext)
public void geopackageVersion()
throws IOException
IOException - If an I/O error occurs while trying to read the data file.Copyright © 2018 Open Geospatial Consortium. All rights reserved.