public class FeatureCrsParameterDefault extends AbstractFeatureCrs
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

    • FeatureCrsParameterDefault

      public FeatureCrsParameterDefault()
  • Method Details

    • verifyFeatureCrsParameterDefault

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