Class StoredQueryManagement

java.lang.Object
org.opengis.cite.iso19142.querymgmt.StoredQueryManagement

public class StoredQueryManagement extends Object
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 Details

  • 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 of CreateStoredQuery.
      Parameters:
      testContext - Information about the test run.