Uses of Class
org.opengis.cite.iso19142.BaseFixture
Packages that use 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.basicSubclasses of BaseFixture in org.opengis.cite.iso19142.basicModifier and TypeClassDescriptionclassTests the service response to a GetCapabilities request for "Basic WFS" conformance.classTests the response to a GetFeature request that returns a selection of features matching specified criteria.classTests the service response to a GetPropertyValue request.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.basic.filterSubclasses of BaseFixture in org.opengis.cite.iso19142.basic.filterModifier and TypeClassDescriptionclassTests the response to a GetFeature request that includes a filter predicate containing one of the following comparison operators: PropertyIsLessThan PropertyIsGreaterThan PropertyIsLessThanOrEqualTo PropertyIsGreaterThanOrEqualToclassTests the response to a GetFeature request that includes aPropertyIs[Not]EqualTofilter that compares the value of a property against some specified value.classTests the response to a GetFeature request that includes aPropertyIsLikefilter that tests the value of a property using a specified pattern--a combination of regular characters and metacharacters.classTests the response to a GetFeature request that includes aPropertyIsNilfilter predicate that tests the content of a specified property and evaluates if it is nil.classTests the response to a GetFeature request that includes aPropertyIsNullfilter predicate; this operator tests for the existence of a specified feature property.classProvides 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.classTests 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.spatialSubclasses of BaseFixture in org.opengis.cite.iso19142.basic.filter.spatialModifier and TypeClassDescriptionclassTests the response to a GetFeature request that includes a BBOX predicate.classTests the response to a GetFeature request that includes the spatial predicate Intersects.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.basic.filter.temporalSubclasses of BaseFixture in org.opengis.cite.iso19142.basic.filter.temporalModifier and TypeClassDescriptionclassclassTests the response to a GetFeature request that includes the temporal predicate After.classTests the response to a GetFeature request that includes the temporal predicate Before.classTests the response to a GetFeature request that includes the temporal predicate During.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.joinsSubclasses of BaseFixture in org.opengis.cite.iso19142.joinsModifier and TypeClassDescriptionclassA spatial join includes a spatial predicate.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.lockingSubclasses of BaseFixture in org.opengis.cite.iso19142.lockingModifier and TypeClassDescriptionclassTests the response to a GetFeatureWithLock request that attempts to lock feature instances that belong to a set of query results.classTests the response to a LockFeature request that attempts to lock feature instances identified using one or more query expressions.classVerifies that the content of the service description satisfies the requirements for "Locking WFS" conformance.classProvides configuration methods that facilitate the testing of locking behavior specified for the "Locking WFS" conformance level.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.pagingSubclasses of BaseFixture in org.opengis.cite.iso19142.pagingModifier and TypeClassDescriptionclassProvides test methods that verify the pagination of search results.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.querymgmtSubclasses of BaseFixture in org.opengis.cite.iso19142.querymgmtModifier and TypeClassDescriptionclassProvides test methods that verify the creation of stored queries.classProvides test methods that verify the deletion of stored queries.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.simpleSubclasses of BaseFixture in org.opengis.cite.iso19142.simpleModifier and TypeClassDescriptionclassTests the service response to a DescribeFeatureType request.classTests the service response to a DescribeStoredQueries request.classTests the service response to a ListStoredQueries request.classContains tests regarding service metadata resources, especially the content of the WFS capabilities document.classTests the service response to a GetCapabilities request for "Simple WFS" conformance.classTests the service response to a GetFeature request that invokes a stored query.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.transactionSubclasses of BaseFixture in org.opengis.cite.iso19142.transactionModifier and TypeClassDescriptionclassTests the response to a Transaction request that includes one or more delete actions.classTests the response to a Transaction request that includes one or more insert actions.classTests the response to a Transaction request that includes one or more replace actions.classTests the service response to a GetCapabilities request for "Transactional WFS" conformance.classProvides configuration methods that facilitate testing of transaction capabilities.classTests the response to a Transaction request that includes one or more update actions.
- 
Uses of BaseFixture in org.opengis.cite.iso19142.versioningSubclasses of BaseFixture in org.opengis.cite.iso19142.versioningModifier and TypeClassDescriptionclassProvides test methods that verify the behavior of the IUT with respect to creating and navigating feature versions.