public class BaseFixture extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Document |
originalSubject |
protected static String |
ROOT_PKG |
protected Document |
testSubject |
protected URI |
testSubjectUri |
| Constructor and Description |
|---|
BaseFixture() |
| Modifier and Type | Method and Description |
|---|---|
void |
obtainTestSubject(org.testng.ITestContext testContext) |
void |
setTestSubject(Document testSubject)
Sets the test subject (intended only to facilitate unit testing).
|
protected static final String ROOT_PKG
protected Document originalSubject
protected Document testSubject
protected URI testSubjectUri
public void obtainTestSubject(org.testng.ITestContext testContext)
testContext - The test (group) context.public void setTestSubject(Document testSubject)
testSubject - A Document node representing the test subject.Copyright © 2020 Open Geospatial Consortium. All rights reserved.