public class VersioningModuleValidation 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 |
|---|
VersioningModuleValidation() |
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyVersioningModule()
Verify that instance documents using the Versioning XML elements listed in Table 29 validate against the XML schema specified in versioning.xsd.
|
void |
VerifyVersioningReference()
For the following properties, verify that:
|
buildGetRequest, clearMessages, getResponseEntityAsDocument, initCommonFixture, TransformXMLDocumentToXMLStringfinal boolean MODULE_ENABLE
String MODULE_NAME
public void VerifyVersioningModule()
Verify that instance documents using the Versioning XML elements listed in Table 29 validate against the XML schema specified in versioning.xsd.
public void VerifyVersioningReference()
For the following properties, verify that:
If the from property (type: gml:ReferenceType) of the VersionTransition element is not null, it only contains an XLink reference to a Version element.
If the to property (type: gml:ReferenceType) of the VersionTransition element is not null, it only contains an XLink reference to a Version element.
If the oldFeature property (type: gml:ReferenceType) of the Transaction element is not null, it only contains an XLink reference to a core:AbstractFeatureWithLifespan element.
If the newFeature property (type: gml:ReferenceType) of the Transaction element is not null, it only contains an XLink reference to a core:AbstractFeatureWithLifespan element.
If the versionMember property (type: gml:AbstractFeatureMemberType) of the Version element is not null, it only contains an XLink reference to a core:AbstractFeatureWithLifespan element.
Copyright © 2024 Open Geospatial Consortium. All rights reserved.