public class DropStoredQueryTests extends BaseFixture
docBuilder, ETS_PKG, featureInfo, featureTypes, reqEntity, rspEntity, supportedBindings, TNS_PREFIX, wfsClient, wfsMetadata, wfsVersion| Constructor and Description |
|---|
DropStoredQueryTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
dropNonexistentQuery()
[
Test] Submits a DropStoredQuery request that
identifies a nonexistent query. |
void |
dropStoredQuery()
[
Test] Submits a DropStoredQuery request to remove
an existing stored query. |
void |
initQueryFilterFixture(org.testng.ITestContext testContext) |
addAttributesOnTestFailure, allProtocolsAndFeatureTypes, bindingAndAvailFeatureTypeProductSet, extractBodyAsDocument, getFeatureTypes, getInstantiatedFeatureTypes, getProtocolBindings, initBaseFixture, initParser, setWfsClientpublic void initQueryFilterFixture(org.testng.ITestContext testContext)
public void dropStoredQuery()
Test] Submits a DropStoredQuery request to remove
an existing stored query. The response is expected to contain an XML
entity with "DropStoredQueryResponse" as the document element. A
subsequent attempt to invoke the query should fail with an exception
report ("InvalidParameterValue").public void dropNonexistentQuery()
Test] Submits a DropStoredQuery request that
identifies a nonexistent query. An exception report is expected in
response containing the error code "InvalidParameterValue".Copyright © 2020 Open Geospatial Consortium. All rights reserved.