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

org.opengis.cite.geopose10.testng.xml Maven / Gradle / Ivy

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

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

  <test name="Basic-YPR SDU JSON">
    <classes>
      <class name="org.opengis.cite.geopose10.encodings.json.BasicYPR" />
    </classes>
  </test>
  <test name="Basic-Quaternion SDU JSON - Permissive">
    <classes>
      <class name="org.opengis.cite.geopose10.encodings.json.BasicQuaternion" />
    </classes>
  </test>
  <test name="Advanced SDU JSON">
    <classes>
      <class name="org.opengis.cite.geopose10.encodings.json.Advanced" />
    </classes>
  </test>  
  <test name="Chain SDU JSON">
    <classes>
      <class name="org.opengis.cite.geopose10.encodings.json.Chain" />
    </classes>
  </test>   
  <test name="Graph SDU JSON">
    <classes>
      <class name="org.opengis.cite.geopose10.encodings.json.Graph" />
    </classes>
  </test>    
  <test name="Regular Series SDU JSON">
    <classes>
      <class name="org.opengis.cite.geopose10.encodings.json.SeriesRegular" />
    </classes>
  </test>   
  <test name="Stream SDU JSON">
    <classes>
     <class name="org.opengis.cite.geopose10.encodings.json.StreamElement" />
     <class name="org.opengis.cite.geopose10.encodings.json.StreamHeader" />
     <class name="org.opengis.cite.geopose10.encodings.json.StreamRecord" />
  </classes>
</test>   
</suite>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy