All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.wfs20.nsg.testng.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="wfs20-nsg-${version}" verbose="0" configfailurepolicy="continue">
  <parameter name="wfs"  value=""/>
  <parameter name="fid"  value=""/>

  <listeners>
    <listener class-name="org.opengis.cite.iso19142.TestRunListener" />
    <listener class-name="org.opengis.cite.iso19142.SuiteFixtureListener" />
  </listeners>

  <test name="Preconditions">
    <classes>
      <class name="org.opengis.cite.iso19142.SuitePreconditions"/>
    </classes>
  </test>
  <test name="All GML application schemas">
    <classes>
      <class name="org.opengis.cite.iso19136.general.XMLSchemaTests" />
      <class name="org.opengis.cite.iso19136.general.GeneralSchemaTests" />
      <class name="org.opengis.cite.iso19136.general.ModelAndSyntaxTests" />
      <class name="org.opengis.cite.iso19136.general.ComplexPropertyTests" />
    </classes>
  </test>
  <test name="GML application schemas defining features">
    <classes>
      <class name="org.opengis.cite.iso19136.components.FeatureComponentTests" />
    </classes>
  </test>
  <test name="NSG Basic WFS Conformance Class">
    <packages>
      <package name="org.opengis.cite.iso19142.simple" />
      <package name="org.opengis.cite.iso19142.basic" />
      <package name="org.opengis.cite.iso19142.basic.filter" />
      <package name="org.opengis.cite.iso19142.basic.filter.temporal" />
      <package name="org.opengis.cite.iso19142.basic.filter.spatial" />
      <package name="org.opengis.cite.iso19142.paging" />
      <package name="org.opengis.cite.iso19142.versioning" />
    </packages>
    <classes>
      <class name="org.opengis.cite.iso19142.joins.SpatialJoinTests" />
      <class name="de.latlon.ets.wfs20.core.dgiwg.testsuite.getcapabilities.GetCapabilitiesKeywordTest" />
      <class name="de.latlon.ets.wfs20.core.dgiwg.testsuite.getcapabilities.GetCapabilitiesVersionTest" />
      <class name="de.latlon.ets.wfs20.core.dgiwg.testsuite.getcapabilities.GetCapabilitiesFeatureTypeElementsTest" />
      <class name="de.latlon.ets.wfs20.core.dgiwg.testsuite.describestoredqueries.DescribeStoredQueriesElementsTest" />
      <class name="de.latlon.ets.wfs20.core.wfs20.testsuite.basic.filter.PropertyIsBetweenOperatorTests" />
      <class name="de.latlon.ets.wfs20.core.wfs20.testsuite.spatialfilter.SpatialFilterTest" />
      <class name="de.latlon.ets.wfs20.core.wfs20.testsuite.spatialfilter.ExtendedSpatialFilterTest" />
      <class name="de.latlon.ets.wfs20.core.wfs20.testsuite.temporalfilter.TemporalFilterTest" />
      <class name="de.latlon.ets.wfs20.core.wfs20.testsuite.temporalfilter.ExtendedTemporalFilterTest" />
      <class name="de.latlon.ets.wfs20.core.dgiwg.testsuite.getcapabilities.GetCapabilitiesSrsTest" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.CapabilitiesServiceBindings" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.ServiceConstraints">
        <methods>
          <include name="serviceConstraintKVPEncoding" />
          <include name="serviceConstraintXMLEncoding" />
          <include name="serviceConstraintImplementsStandardJoins" />
          <include name="serviceConstraintImplementsSpatialJoins" />
          <include name="serviceConstraintImplementsTemporalJoins" />
          <include name="serviceConstraintImplementsResultPaging" />
          <include name="serviceConstraintImplementsFeatureVersioning" />
        </methods>
      </class>
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.OperationConstraints">
        <methods>
          <include name="operationConstraintCountDefault" />
          <include name="operationConstraintResolveTimeoutDefault" />
          <include name="operationConstraintResolveLocalScope" />
          <include name="operationConstraintAuthentication" />
        </methods>
      </class>
      <class name="org.opengis.cite.wfs20.nsg.testsuite.describefeaturetype.DescribeFeatureTypeOutputFormat" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getfeature.GetFeatureOutputFormat" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getfeaturewithlock.GetFeatureWithLockOutputFormat" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getpropertyvalue.GetPropertyValueOutputFormat" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.pageresults.PageResultsOutputFormat" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.featureinstance.InstanceIdentifier" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getfeature.CountParameter" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.CapabilitiesAbstract" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.CapabilitiesProfile" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.CapabilitiesTimeout" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getfeature.GetFeatureWIthResultTypeIndex" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.AccessConstraints" />
    </classes>
  </test>

  <test name="NSG Locking WFS">
    <classes>
      <class name="org.opengis.cite.iso19142.transaction.TransactionCapabilitiesTests" />
      <class name="org.opengis.cite.iso19142.transaction.Update" />
      <class name="org.opengis.cite.iso19142.transaction.InsertTests" />
      <class name="org.opengis.cite.iso19142.transaction.ReplaceTests" />
      <class name="org.opengis.cite.iso19142.transaction.DeleteTests" />
      <class name="org.opengis.cite.iso19142.locking.LockingCapabilitiesTests" />
      <class name="org.opengis.cite.iso19142.locking.LockFeatureTests" />
      <class name="org.opengis.cite.iso19142.locking.GetFeatureWithLockTests" />
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.ServiceConstraints">
        <methods>
          <include name="serviceConstraintImplementsTransactionalWFS" />
        </methods>
      </class>
    </classes>
  </test>

  <!-- Not implemented yet
  <test name="Inheritance">
  </test>
  -->

  <test name="Remote Resolve">
    <classes>
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.OperationConstraints">
        <methods>
          <include name="operationConstraintResolveRemoteScope" />
        </methods>
      </class>
    </classes>
  </test>

  <test name="NSG Manage Stored Queries">
    <packages>
      <package name="org.opengis.cite.iso19142.querymgmt" />
    </packages>
  </test>

  <!-- Not implemented yet
  <test name="SOAP">
  </test>
  -->

  <test name="Enhanced Paging">
    <classes>
      <class name="org.opengis.cite.wfs20.nsg.testsuite.getcapabilities.ServiceConstraints">
        <methods>
          <include name="serviceConstraintImplementsEnhancedPaging" />
        </methods>
      </class>
      <class name="org.opengis.cite.wfs20.nsg.testsuite.pageresults.PageResults" />
    </classes>
  </test>

</suite>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy