Class FeaturesCrsParameterInvalid
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.FeaturesCrsParameterInvalid
Verifies invalid CRS requesting /collection/{collectionId}/items
Abstract Test 5: /conf/crs/crs-parameter-invalid
Test Purpose: Verify that invalid values in the parameter crs are reported
Requirement: /req/crs/fc-crs-valid-value
Test Method
For
* each spatial feature collection collectionId
send a request with an unsupported CRS identifier in the parameter crs to
* /collections/{collectionId}/items and
* /collections/{collectionId}/items/{featureId} (with a valid featureId for the collection).
Verify that the response has status code 400.
Unsupported CRS identifiers are all strings not included in the crs property of the collection and also not included in the global CRS list, if #/crs is included in the crs property.
- 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 TypeMethodDescriptionvoidverifyFeaturesCrsParameterInvalid(String collectionId, io.restassured.path.json.JsonPath collection) Test: invalid CRS requesting /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
-
FeaturesCrsParameterInvalid
public FeaturesCrsParameterInvalid()
-
-
Method Details
-
verifyFeaturesCrsParameterInvalid
public void verifyFeaturesCrsParameterInvalid(String collectionId, io.restassured.path.json.JsonPath collection) Test: invalid CRS requesting /collections/{collectionId}/items- Parameters:
collectionId- id id of the collection, nevernullcollection- the /collection object, nevernull
-