Package | Description |
---|---|
org.opengis.cite.iso19142.basic |
This package contains test classes that assess conformance of the SUT with
respect to the "Basic WFS" conformance level.
|
org.opengis.cite.iso19142.basic.filter |
This package includes tests covering the use of filter predicates in query
expressions.
|
org.opengis.cite.iso19142.basic.filter.spatial |
This package includes tests covering the use of spatial operators in query
expressions.
|
org.opengis.cite.iso19142.basic.filter.temporal |
This package includes tests covering the use of temporal operators in query
expressions.
|
org.opengis.cite.iso19142.joins |
This package includes tests for join queries.
|
org.opengis.cite.iso19142.locking |
This package contains tests that assess behavior of the SUT with respect to
the "Locking WFS" conformance level.
|
org.opengis.cite.iso19142.paging |
This package contains tests to verify that the IUT satisfies the requirements
of the Response paging conformance class.
|
org.opengis.cite.iso19142.querymgmt |
This package contains tests to verify that the IUT satisfies the requirements
of the Manage stored queries conformance class.
|
org.opengis.cite.iso19142.simple |
This package contains test classes that assess conformance of the SUT with
respect to the "Simple WFS" conformance class, which is the lowest level
of WFS 2.0 conformance.
|
org.opengis.cite.iso19142.transaction |
This package contains test classes that assess behavior of the SUT with
respect to the "Transactional WFS" conformance level.
|
org.opengis.cite.iso19142.versioning |
This package contains tests to verify that the IUT satisfies the requirements
of the Feature versions conformance class.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCapabilitiesTests
Tests the service response to a GetCapabilities request for "Basic WFS"
conformance.
|
class |
BasicGetFeatureTests
Tests the response to a GetFeature request that returns a selection of
features matching specified criteria.
|
class |
GetPropertyValueTests
Tests the service response to a GetPropertyValue request.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonOperatorTests
Tests the response to a GetFeature request that includes a filter predicate
containing one of the following comparison operators:
PropertyIsLessThan
PropertyIsGreaterThan
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThanOrEqualTo
|
class |
PropertyIsEqualToOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIs[Not]EqualTo filter that compares the value of a property
against some specified value. |
class |
PropertyIsLikeOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIsLike filter that tests the value of a property using a
specified pattern--a combination of regular characters and metacharacters. |
class |
PropertyIsNilOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIsNil filter predicate that tests the
content of a specified property and evaluates if it is nil. |
class |
PropertyIsNullOperatorTests
Tests the response to a GetFeature request that includes a
PropertyIsNull filter predicate; this operator tests for the
existence of a specified feature property. |
class |
QueryFilterFixture
Provides configuration methods that facilitate the testing of query filters
by inspecting the application schema and sample data in order to deduce
appropriate property names and values to include in filter predicates.
|
class |
ResourceIdFilterTests
Tests the response to a GetFeature request that includes a ResourceId filter
predicate, which is used to identify a feature instance (or some version of
it).
|
Modifier and Type | Class and Description |
---|---|
class |
BBOXTests
Tests the response to a GetFeature request that includes a BBOX predicate.
|
class |
IntersectsTests
Tests the response to a GetFeature request that includes the spatial
predicate Intersects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemporalTest |
class |
AfterTests
Tests the response to a GetFeature request that includes the temporal
predicate After.
|
class |
BeforeTests
Tests the response to a GetFeature request that includes the temporal
predicate Before.
|
class |
DuringTests
Tests the response to a GetFeature request that includes the temporal
predicate During.
|
Modifier and Type | Class and Description |
---|---|
class |
SpatialJoinTests
A spatial join includes a spatial predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
GetFeatureWithLockTests
Tests the response to a GetFeatureWithLock request that attempts to lock
feature instances that belong to a set of query results.
|
class |
LockFeatureTests
Tests the response to a LockFeature request that attempts to lock feature
instances identified using one or more query expressions.
|
class |
LockingCapabilitiesTests
Verifies that the content of the service description satisfies the
requirements for "Locking WFS" conformance.
|
class |
LockingFixture
Provides configuration methods that facilitate the testing of locking
behavior specified for the "Locking WFS" conformance level.
|
Modifier and Type | Class and Description |
---|---|
class |
PagingTests
Provides test methods that verify the pagination of search results.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateStoredQueryTests
Provides test methods that verify the creation of stored queries.
|
class |
DropStoredQueryTests
Provides test methods that verify the deletion of stored queries.
|
Modifier and Type | Class and Description |
---|---|
class |
DescribeFeatureTypeTests
Tests the service response to a DescribeFeatureType request.
|
class |
DescribeStoredQueriesTests
Tests the service response to a DescribeStoredQueries request.
|
class |
ListStoredQueriesTests
Tests the service response to a ListStoredQueries request.
|
class |
ServiceMetadataTests
Contains tests regarding service metadata resources, especially the content
of the WFS capabilities document.
|
class |
SimpleCapabilitiesTests
Tests the service response to a GetCapabilities request for "Simple WFS"
conformance.
|
class |
StoredQueryTests
Tests the service response to a GetFeature request that invokes a stored
query.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteTests
Tests the response to a Transaction request that includes one or more delete
actions.
|
class |
InsertTests
Tests the response to a Transaction request that includes one or more insert
actions.
|
class |
ReplaceTests
Tests the response to a Transaction request that includes one or more replace
actions.
|
class |
TransactionCapabilitiesTests
Tests the service response to a GetCapabilities request for "Transactional
WFS" conformance.
|
class |
TransactionFixture
Provides configuration methods that facilitate testing of transaction
capabilities.
|
class |
Update
Tests the response to a Transaction request that includes one or more update
actions.
|
Modifier and Type | Class and Description |
---|---|
class |
VersioningTests
Provides test methods that verify the behavior of the IUT with respect to
creating and navigating feature versions.
|
Copyright © 2022 Open Geospatial Consortium. All rights reserved.