public class FeatureCrsParameter extends AbstractFeatureCrs
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.
collectionIdToCrs, collectionIdToDefaultCrs, collectionIdToFeatureId, collectionsResponsesrequestLoggingFilter, responseLoggingFilter, rootUri| Constructor and Description |
|---|
FeatureCrsParameter() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Object[]> |
collectionFeatureIdCrs(org.testng.ITestContext testContext) |
void |
verifyFeatureCrsParameter(String collectionId,
io.restassured.path.json.JsonPath collection,
String featureId,
CoordinateSystem crs)
Test: Content-Crs header in the path /collections/{collectionId}/items/{featureId}
|
collectionFeatureId, retrieveRequiredInformationFromTestContextclearMessages, getRequest, getResponse, init, initCommonFixturepublic Iterator<Object[]> collectionFeatureIdCrs(org.testng.ITestContext testContext)
public void verifyFeatureCrsParameter(String collectionId, io.restassured.path.json.JsonPath collection, String featureId, CoordinateSystem crs)
collectionId - id id of the collection, never nullcollection - the /collection object, never nullfeatureId - id id of the feature, never nullcrs - the crs to test, never nullCopyright © 2023 Open Geospatial Consortium. All rights reserved.