
org.opengis.cite.sta10.testng.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-sta10 Show documentation
Show all versions of ets-sta10 Show documentation
Conformance Test suite for SensorThings API
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <suite name="${ets-code}-${version}" verbose="0" configfailurepolicy="continue"> <parameter name="iut" value=""/> <parameter name="ics" value=""/> <listeners> <listener class-name="org.opengis.cite.sta10.TestRunListener" /> <listener class-name="org.opengis.cite.sta10.SuiteFixtureListener" /> <listener class-name="org.opengis.cite.sta10.TestFailureListener" /> </listeners> <test name="Conformance Level 1"> <packages> <package name="org.opengis.cite.sta10.sensingCore" /> </packages> </test> <test name="Conformance Level 2"> <packages> <package name="org.opengis.cite.sta10.createUpdateDelete" /> </packages> </test> <test name="Conformance Level 3"> <packages> <package name="org.opengis.cite.sta10.filteringExtension" /> </packages> </test> </suite>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy