public class FeatureComponentTests extends SchemaModelFixture
Sources
gmlObjects, model, schemaInfo| Constructor and Description |
|---|
FeatureComponentTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
hasFeatureComponents(org.testng.ITestContext testContext)
Determines if the application schema has any components (elements or type
definitions) that denote geographic features.
|
void |
substitutesForAbstractFeature()
[
Test] All feature types (elements) declared in an application
schema must substitute for gml:AbstractFeature. |
void |
verifyFeatureMemberProperties()
[
Test] A feature collection has one or more properties of a type
that derives by extension from gml:AbstractFeatureMemberType. |
initSchemaModelFixture, setSchemaModelpublic void hasFeatureComponents(org.testng.ITestContext testContext)
gml:AbstractFeature; its content
model must be derived from gml:AbstractFeatureType.testContext - The test (set) context.public void substitutesForAbstractFeature()
Test] All feature types (elements) declared in an application
schema must substitute for gml:AbstractFeature.public void verifyFeatureMemberProperties()
Test] A feature collection has one or more properties of a type
that derives by extension from gml:AbstractFeatureMemberType.
Such a property type must contain (or refer to) a feature.
Sources
Copyright © 2023 Open Geospatial Consortium. All rights reserved.