public class TopologyComponentTests extends SchemaModelFixture
gml:AbstractTopology
; its content model must be derived from
gml:AbstractTopologyType
. A topology property type may restrict
gml:TopoPrimitiveMemberType or reflect the content model of
gml:AssociationRoleType.
Sources
gmlObjects, model, schemaInfo
Constructor and Description |
---|
TopologyComponentTests() |
Modifier and Type | Method and Description |
---|---|
void |
hasTopologyComponents(org.testng.ITestContext testContext)
Determines if the application schema includes any topology-related
components (elements or type definitions).
|
void |
substitutesForGMLTopology()
[
Test ] All topology types (elements) declared in an application
schema must substitute for gml:AbstractTopology . |
void |
validateImplicitTopologyProperty()
[
Test ] The value of a topology property is an element
substitutable for gml:AbstractTopology. |
initSchemaModelFixture, setSchemaModel
public void hasTopologyComponents(org.testng.ITestContext testContext)
testContext
- The test (set) context.public void substitutesForGMLTopology()
Test
] All topology types (elements) declared in an application
schema must substitute for gml:AbstractTopology
.public void validateImplicitTopologyProperty()
Test
] The value of a topology property is an element
substitutable for gml:AbstractTopology. Topology properties may be
defined explicitly (based on a pre-defined GML topology property type) or
implicitly by mimicking the GML property type content model.
Sources
Copyright © 2020 Open Geospatial Consortium. All rights reserved.