Class FeaturesCrsParameter
java.lang.Object
org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features.AbstractFeaturesCrs
org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features.FeaturesCrsParameter
Verifies header in the paths /collection/{collectionId}/items
Abstract Test 4: /conf/crs/crs-parameter
Test Purpose: Verify that the parameter crs has been implemented correctly
Requirement: /req/crs/fc-crs-definition, /req/crs/fc-crs-valid-value B, /req/crs/ogc-crs-header, /req/crs/ogc-crs-header-value, /req/crs/geojson
Test Method
For
* each spatial feature collection collectionId,
* every GML or GeoJSON feature representation supported by the Web API, and
* every CRS supported for the collection (every CRS listed in the crs property of the collection plus those in the global CRS list, if #/crs is included in the crs property)
send a request with CRS identifier in the parameter crs to
* /collections/{collectionId}/items and
* /collections/{collectionId}/items/{featureId} (with a valid featureId for the collection).
Verify that
* every response is a valid Features or Feature response,
* has the status code 200 and
* includes a Content-Crs http header with the value of the requested CRS identifier.
- Author:
- Lyn Goltz
-
Field Summary
Fields inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
requestLoggingFilter, responseLoggingFilter, rootUri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidverifyFeaturesCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs) Test: Content-Crs header in the path /collections/{collectionId}/itemsMethods inherited from class org.opengis.cite.ogcapifeatures10.conformance.crs.query.crs.features.AbstractFeaturesCrs
collectionIdAndJson, collectionIdAndJsonAndCrs, collectionIdAndJsonAndCrsAndDefaultCrs, retrieveRequiredInformationFromTestContextMethods inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
clearMessages, getRequest, getResponse, init, initCommonFixture
-
Constructor Details
-
FeaturesCrsParameter
public FeaturesCrsParameter()
-
-
Method Details
-
verifyFeaturesCrsParameter
public void verifyFeaturesCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, CoordinateSystem crs) Test: Content-Crs header in the path /collections/{collectionId}/items- Parameters:
collectionId- id id of the collection, nevernullcollection- the /collection object, nevernullcrs- the crs to test, nevernull
-