public class LineStringTests extends DataFixture
Sources
| Modifier and Type | Field and Description |
|---|---|
(package private) List<QName> |
lineElems |
(package private) NodeList |
lineNodes |
dataFile, model| Constructor and Description |
|---|
LineStringTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
findLineStrings()
A configuration method (
BeforeClass) that looks for
gml:LineString elements in the GML document under test. |
void |
lineHasValidCRS()
[
Test] Verifies that a gml:LineString element has a valid CRS
reference. |
void |
validLineString()
[
Test] Verifies that a gml:LineString element contains at least
two coordinate tuples and that it lies within the valid area of the CRS. |
generateXPathExpression, initDataFixture, setDataFile, setSchemaModelpublic void findLineStrings()
BeforeClass) that looks for
gml:LineString elements in the GML document under test. If none are found
all test methods defined in the class will be skipped.public void lineHasValidCRS()
Test] Verifies that a gml:LineString element has a valid CRS
reference.
Sources
public void validLineString()
Test] Verifies that a gml:LineString element contains at least
two coordinate tuples and that it lies within the valid area of the CRS.
Sources
Copyright © 2023 Open Geospatial Consortium. All rights reserved.