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.locking |
This package contains tests that assess behavior of the SUT with respect to
the "Locking WFS" conformance level.
|
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.
|
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 |
BBOXOperatorTests
Tests the response to a GetFeature request that includes a BBOX predicate.
|
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 |
RelationalOperatorTests
Tests the response to a GetFeature request that includes a filter predicate
containing one of the following relational operators:
PropertyIsLessThan
PropertyIsGreaterThan
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThanOrEqualTo
|
class |
ResourceIdOperatorTests
Tests the response to a GetFeature request that includes a ResourceId filter
predicate, which is used to identify a feature instance (or a version of it).
|
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 |
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 |
UpdateTests
Tests the response to a Transaction request that includes one or more update
actions.
|
Copyright © 2013. All Rights Reserved.