The test suite definition file (testng.xml) is located in the root package,
org.opengis.cite.georss10
. 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 and methods |
Core |
org.opengis.cite.georss10.core.Georss11ValidationTests |
The Javadoc documentation provides more detailed information about the test
methods that constitute the suite.