See: Description
Class | Description |
---|---|
BBOXOperatorTests |
Tests the response to a GetFeature request that includes a BBOX predicate.
|
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.
|
RelationalOperatorTests |
Tests the response to a GetFeature request that includes a filter predicate
containing one of the following relational operators:
PropertyIsLessThan
PropertyIsGreaterThan
PropertyIsLessThanOrEqualTo
PropertyIsGreaterThanOrEqualTo
|
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).
|
Copyright © 2014. All rights reserved.