Uses of Class
org.opengis.cite.iso19142.BaseFixture
Package
Description
This package contains test classes that assess conformance of the SUT with respect to
the "Basic WFS" conformance level.
This package includes tests covering the use of filter predicates in query expressions.
This package includes tests covering the use of spatial operators in query expressions.
This package includes tests covering the use of temporal operators in query
expressions.
This package includes tests for join queries.
This package contains tests that assess behavior of the SUT with respect to the
"Locking WFS" conformance level.
This package contains tests to verify that the IUT satisfies the requirements of the
Response paging conformance class.
This package contains tests to verify that the IUT satisfies the requirements of the
Manage stored queries conformance class.
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.
This package contains test classes that assess behavior of the SUT with respect to the
"Transactional WFS" conformance level.
This package contains tests to verify that the IUT satisfies the requirements of the
Feature versions conformance class.
-
Uses of BaseFixture in org.opengis.cite.iso19142.basic
Modifier and TypeClassDescriptionclass
Tests the service response to a GetCapabilities request for "Basic WFS" conformance.class
Tests the response to a GetFeature request that returns a selection of features matching specified criteria.class
Tests the service response to a GetPropertyValue request. -
Uses of BaseFixture in org.opengis.cite.iso19142.basic.filter
Modifier and TypeClassDescriptionclass
Tests the response to a GetFeature request that includes a filter predicate containing one of the following comparison operators: PropertyIsLessThan PropertyIsGreaterThan PropertyIsLessThanOrEqualTo PropertyIsGreaterThanOrEqualToclass
Tests the response to a GetFeature request that includes aPropertyIs[Not]EqualTo
filter that compares the value of a property against some specified value.class
Tests the response to a GetFeature request that includes aPropertyIsLike
filter that tests the value of a property using a specified pattern--a combination of regular characters and metacharacters.class
Tests the response to a GetFeature request that includes aPropertyIsNil
filter predicate that tests the content of a specified property and evaluates if it is nil.class
Tests the response to a GetFeature request that includes aPropertyIsNull
filter predicate; this operator tests for the existence of a specified feature property.class
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
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). -
Uses of BaseFixture in org.opengis.cite.iso19142.basic.filter.spatial
Modifier and TypeClassDescriptionclass
Tests the response to a GetFeature request that includes a BBOX predicate.class
Tests the response to a GetFeature request that includes the spatial predicate Intersects. -
Uses of BaseFixture in org.opengis.cite.iso19142.basic.filter.temporal
Modifier and TypeClassDescriptionclass
class
Tests the response to a GetFeature request that includes the temporal predicate After.class
Tests the response to a GetFeature request that includes the temporal predicate Before.class
Tests the response to a GetFeature request that includes the temporal predicate During. -
Uses of BaseFixture in org.opengis.cite.iso19142.joins
Modifier and TypeClassDescriptionclass
A spatial join includes a spatial predicate. -
Uses of BaseFixture in org.opengis.cite.iso19142.locking
Modifier and TypeClassDescriptionclass
Tests the response to a GetFeatureWithLock request that attempts to lock feature instances that belong to a set of query results.class
Tests the response to a LockFeature request that attempts to lock feature instances identified using one or more query expressions.class
Verifies that the content of the service description satisfies the requirements for "Locking WFS" conformance.class
Provides configuration methods that facilitate the testing of locking behavior specified for the "Locking WFS" conformance level. -
Uses of BaseFixture in org.opengis.cite.iso19142.paging
Modifier and TypeClassDescriptionclass
Provides test methods that verify the pagination of search results. -
Uses of BaseFixture in org.opengis.cite.iso19142.querymgmt
Modifier and TypeClassDescriptionclass
Provides test methods that verify the creation of stored queries.class
Provides test methods that verify the deletion of stored queries. -
Uses of BaseFixture in org.opengis.cite.iso19142.simple
Modifier and TypeClassDescriptionclass
Tests the service response to a DescribeFeatureType request.class
Tests the service response to a DescribeStoredQueries request.class
Tests the service response to a ListStoredQueries request.class
Contains tests regarding service metadata resources, especially the content of the WFS capabilities document.class
Tests the service response to a GetCapabilities request for "Simple WFS" conformance.class
Tests the service response to a GetFeature request that invokes a stored query. -
Uses of BaseFixture in org.opengis.cite.iso19142.transaction
Modifier and TypeClassDescriptionclass
Tests the response to a Transaction request that includes one or more delete actions.class
Tests the response to a Transaction request that includes one or more insert actions.class
Tests the response to a Transaction request that includes one or more replace actions.class
Tests the service response to a GetCapabilities request for "Transactional WFS" conformance.class
Provides configuration methods that facilitate testing of transaction capabilities.class
Tests the response to a Transaction request that includes one or more update actions. -
Uses of BaseFixture in org.opengis.cite.iso19142.versioning
Modifier and TypeClassDescriptionclass
Provides test methods that verify the behavior of the IUT with respect to creating and navigating feature versions.