public class QueryFilterFixture extends BaseFixture
| Modifier and Type | Field and Description |
|---|---|
protected DataSampler |
dataSampler
Acquires and saves sample data.
|
protected String |
GET_FEATURE_MINIMAL |
protected org.apache.xerces.xs.XSModel |
model
An XSModel object representing the application schema supported by the
SUT.
|
docBuilder, ETS_PKG, featureInfo, featureTypes, reqEntity, rspEntity, supportedBindings, TNS_PREFIX, wfsClient, wfsMetadata, wfsVersion| 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 |
discardResponseEntity()
Discard previous response entity.
|
void |
initQueryFilterFixture(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, setWfsClientprotected DataSampler dataSampler
protected org.apache.xerces.xs.XSModel model
protected final String GET_FEATURE_MINIMAL
public void initQueryFilterFixture(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()
public void discardResponseEntity()
Copyright © 2016 Open Geospatial Consortium. All rights reserved.