public class FeaturesCrsParameterDefault extends AbstractFeaturesCrs
Verifies default CRS requesting /collection/{collectionId}/items
 Abstract Test 6: /conf/crs/crs-parameter-default
 Test Purpose: Verify that the default value for parameter crs has been implemented correctly
 Requirement: /req/crs/fc-crs-default-value, /req/crs/ogc-crs-header, /req/crs/ogc-crs-header-value

 Test Method
 For each spatial feature collection, send a request without the crs parameter and verify that the response
 includes a Content-Crs http header with the value of the default CRS identifier of the collection.
 
Author:
Lyn Goltz
  • Constructor Details

    • FeaturesCrsParameterDefault

      public FeaturesCrsParameterDefault()
  • Method Details

    • verifyFeaturesCrsParameterDefault

      public void verifyFeaturesCrsParameterDefault(String collectionId, io.restassured.path.json.JsonPath collection)
      Test: default CRS requesting /collections/{collectionId}/items
      Parameters:
      collectionId - id id of the collection, never null
      collection - the /collection object, never null