The test suite definition file (testng.xml) is located in the root package,
org.opengis.cite.ogcapifeatures10
. A conformance class corresponds to a <test> element, each
of which includes a set of test classes that contain the actual test methods.
The general structure of the test suite is shown in Table 1.
Table 1. Test suite structure
Conformance class |
Test classes |
Core |
-
org.opengis.cite.ogcapifeatures10.conformance.core.general.*
-
org.opengis.cite.ogcapifeatures10.conformance.core.landingpage.*
-
org.opengis.cite.ogcapifeatures10.conformance.core.apidescription.*
-
org.opengis.cite.ogcapifeatures10.conformance.core.conformance.*
-
org.opengis.cite.ogcapifeatures10.conformance.core.collections.*
-
org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.*
-
org.opengis.cite.ogcapifeatures10.conformance.crs.query.*
|
The Javadoc documentation provides more detailed information about the test
methods that constitute the suite.