This executable test suite (ETS) validates OWS context documents in accord with the OGC OWS Context Atom Encoding Standard (OGC 12-084r2) and related specifications. Various conformance classes have been defined as shown in Figure 1.
Figure 1: Conformance classes
The conformance classes listed below are partially covered by this test suite:
Atom WMS
The documents listed below stipulate requirements that must be satisfied by a conforming instance.
If any of the following preconditions are not satisfied then all tests in the suite will be marked as skipped.
The test suite definition file (testng.xml) is located in the root package, org.opengis.cite.owc10. 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.
Conformance class | Test classes |
---|---|
Atom Core | org.opengis.cite.owc10.atom.AtomCoreTests |
Atom WMS | org.opengis.cite.owc10.atom.AtomWmsTests |
The Javadoc documentation provides more detailed information about the test methods that constitute the suite.
The test run arguments are summarized in Table 2. The Obligation descriptor can have the following values: M (mandatory), O (optional), or C (conditional).
Name | Value domain | Obligation | Description |
---|---|---|---|
iut | URI | M | A URI that refers to a representation of an OWS context document. Ampersand ('&') characters must be percent-encoded as '%26'. |