public class DynamizerModuleValidation extends CommonFixture
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
MODULE_ENABLE |
(package private) String |
MODULE_NAME |
client, request, response, ROOT_PKG_PATH, testSubject| Constructor and Description |
|---|
DynamizerModuleValidation() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getTYPE(String typeOfValue,
String valueNode) |
void |
VerifyDynamizerAttributeRef()
When referencing a feature property value using the attributeRef property of a Dynamizer element, verify that:
|
void |
VerifyDynamizerModule()
Verify that instance documents using the Dynamizer XML elements listed in Table 17 validate against the XML schema specified in dynamizer.xsd.
|
void |
VerifyDynamizerReference()
Verify that if the sensorLocation property (type: gml:ReferenceType) of the SensorConnection element is not null, it contains an XLink reference to a core:AbstractCityObject element.
|
buildGetRequest, clearMessages, getResponseEntityAsDocument, initCommonFixture, TransformXMLDocumentToXMLStringfinal boolean MODULE_ENABLE
String MODULE_NAME
public void VerifyDynamizerModule()
Verify that instance documents using the Dynamizer XML elements listed in Table 17 validate against the XML schema specified in dynamizer.xsd.
public void VerifyDynamizerReference()
Verify that if the sensorLocation property (type: gml:ReferenceType) of the SensorConnection element is not null, it contains an XLink reference to a core:AbstractCityObject element.
public void VerifyDynamizerAttributeRef()
throws XPathExpressionException
When referencing a feature property value using the attributeRef property of a Dynamizer element, verify that:
The attributeRef property (type: xs:string) references a feature property value using XPath.
The feature property referenced by the attributeRef property exists.
The data type of the timeseries data provided by a Dynamizer element is equal to the data type of the static value of the feature property that is referenced by the attributeRef property or is of a type that can be converted to the type of the feature property without information loss.
XPathExpressionExceptionCopyright © 2024 Open Geospatial Consortium. All rights reserved.