See: Description
| Class | Description |
|---|---|
| ComparisonOperatorTests |
Tests the response to a GetFeature request that includes a filter predicate
containing one of the following comparison operators:
PropertyIsLessThan
PropertyIsGreaterThan
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThanOrEqualTo
|
| 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. |
| 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. |
| 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. |
| 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. |
| 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.
|
| ResourceId |
A resource identifier as defined in ISO 19143 (OGC Filter Encoding 2.0
Encoding Standard).
|
| 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).
|
Sources
Copyright © 2020 Open Geospatial Consortium. All rights reserved.