Class FeatureVersioning

java.lang.Object
org.opengis.cite.iso19142.versioning.FeatureVersioning

public class FeatureVersioning extends Object
Checks preconditions for running tests to verify that the IUT satisfies the requirements of the Feature versions conformance class. All tests are skipped if any preconditions are not met. The implementation constraints "ImplementsFeatureVersioning" and "ImplementsVersionNav" (FES) must be set to "TRUE" in the capabilities document.
 
 <OperationsMetadata xmlns="http://www.opengis.net/ows/1.1">
   <Constraint name="ImplementsFeatureVersioning">
     <AllowedValues>
       <Value>TRUE</Value>
     </AllowedValues>
   </Constraint>
 </OperationsMetadata>
 
 
See Also:
  • Field Details

  • Constructor Details

    • FeatureVersioning

      public FeatureVersioning()
  • Method Details

    • implementsFeatureVersioning

      @BeforeTest public void implementsFeatureVersioning(org.testng.ITestContext testContext)
      This @BeforeTest configuration method checks the implementation status of the "ImplementsFeatureVersioning" and "ImplementsVersionNav" (FES) conformance classes.
      Parameters:
      testContext - Information about the test run environment.