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 static String |
ROOT_PKG_PATH
Root test suite package (absolute path).
|
| Constructor and Description |
|---|
CommonFixture() |
| Modifier and Type | Method and Description |
|---|---|
void |
initCommonFixture(ITestContext testContext)
Initializes the common test fixture with a client component for
interacting with HTTP endpoints.
|
protected static final String ROOT_PKG_PATH
protected com.sun.jersey.api.client.Client client
public void initCommonFixture(ITestContext testContext)
testContext - The test context that contains all the information for
a test run, including suite attributes.Copyright © 2015 Open Geospatial Consortium. All rights reserved.