Class StoredQueryManagement
java.lang.Object
org.opengis.cite.iso19142.querymgmt.StoredQueryManagement
Checks preconditions for running tests to verify that the IUT satisfies the
requirements of the Manage stored queries conformance class. All tests
are skipped if any preconditions are not met. The service constraint
"ManageStoredQueries" must be set to "TRUE" in the capabilities document.
<OperationsMetadata xmlns="http://www.opengis.net/ows/1.1">
<Constraint name="ManageStoredQueries">
<AllowedValues>
<Value>TRUE</Value>
</AllowedValues>
</Constraint>
</OperationsMetadata>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
implementsManageStoredQueries
(org.testng.ITestContext testContext) This @BeforeTest configuration method checks the implementation status of the "ManageStoredQueries" conformance class.void
supportedStoredQueryLanguages
(org.testng.ITestContext testContext) [Test
] Confirms that the capabilities document advertises support for the (stored) query language "urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" in the context ofCreateStoredQuery
.
-
Field Details
-
LANG_WFS_QUERY
- See Also:
-
MANAGE_STORED_QRY
- See Also:
-
-
Constructor Details
-
StoredQueryManagement
public StoredQueryManagement()
-
-
Method Details
-
implementsManageStoredQueries
@BeforeTest public void implementsManageStoredQueries(org.testng.ITestContext testContext) This @BeforeTest configuration method checks the implementation status of the "ManageStoredQueries" conformance class.- Parameters:
testContext
- Information about the test run.
-
supportedStoredQueryLanguages
public void supportedStoredQueryLanguages(org.testng.ITestContext testContext) [Test
] Confirms that the capabilities document advertises support for the (stored) query language "urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" in the context ofCreateStoredQuery
.- Parameters:
testContext
- Information about the test run.
-