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 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| 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(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 XSModel model
protected final String GET_FEATURE_ENTITY
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()
Copyright © 2014 Open Geospatial Consortium. All rights reserved.