public class CommonFixture extends Object
Modifier and Type | Field and Description |
---|---|
protected com.sun.jersey.api.client.Client |
client
HTTP client component (JAX-RS Client API).
|
protected File |
contextFile
A file containing a representation of a context document.
|
static String |
ROOT_PKG_PATH
Root test suite package (absolute path).
|
Constructor and Description |
---|
CommonFixture() |
Modifier and Type | Method and Description |
---|---|
void |
initCommonFixture(org.testng.ITestContext testContext)
Initializes the common test fixture.
|
void |
setContextDocument(File file)
Sets the location of the context document if not already set.
|
public static final String ROOT_PKG_PATH
protected File contextFile
protected com.sun.jersey.api.client.Client client
public void initCommonFixture(org.testng.ITestContext testContext)
testContext
- The test context that contains all the information for a test
run, including suite attributes.public void setContextDocument(File file)
file
- A File object containing a representation of a context
document.Copyright © 2021 Open Geospatial Consortium. All rights reserved.