public class QueryFilterFixture extends BaseFixture
Modifier and Type | Field and Description |
---|---|
protected DataSampler |
dataSampler
Acquires and saves sample data.
|
protected String |
GET_FEATURE_ENTITY |
protected org.apache.xerces.xs.XSModel |
model
An XSModel object representing the application schema supported by the
SUT.
|
docBuilder, featureInfo, featureTypes, reqEntity, rspEntity, supportedBindings, TNS_PREFIX, wfsClient, wfsMetadata
Constructor and Description |
---|
QueryFilterFixture() |
Modifier and Type | Method and Description |
---|---|
void |
buildRequestEntity()
Builds a DOM Document node representing the entity body for a GetFeature
request.
|
void |
initQueryFilterFixture(org.testng.ITestContext testContext)
Obtains a DataSampler object from the test suite context (the value of
the
SuiteAttribute.SAMPLER attribute ), or
adds one if it's not found there. |
addAttributesOnTestFailure, allProtocolsAndFeatureTypes, bindingAndAvailFeatureTypeProductSet, extractBodyAsDocument, getFeatureTypes, getInstantiatedFeatureTypes, getProtocolBindings, initBaseFixture, initParser
protected DataSampler dataSampler
protected org.apache.xerces.xs.XSModel model
protected final String GET_FEATURE_ENTITY
public void initQueryFilterFixture(org.testng.ITestContext testContext)
SuiteAttribute.SAMPLER attribute
), or
adds one if it's not found there.
A schema model (XSModel) is also obtained from the test suite context by
accessing the xsmodel
attribute.testContext
- The test (set) context.public void buildRequestEntity()
Copyright © 2013. All rights reserved.