Class DiscoveryCollectionDefaultCrs
java.lang.Object
org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collection.AbstractDiscoveryCollection
org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collection.DiscoveryCollectionDefaultCrs
Verifies object in the paths /collection
Abstract Test 2: /conf/crs/default-crs Test Purpose: Verify that the list of supported CRSs includes the default CRS. Requirement: /req/crs/fc-md-crs-list B Test Method For each string value in a crs property in a collection object (for each path /collections and /collections/{collectionId}) validate that either http://www.opengis.net/def/crs/OGC/1.3/CRS84 or http://www.opengis.net/def/crs/OGC/0/CRS84h is included in the array, if the collection has a spatial extent, i.e., is a spatial feature collection.
- Author:
- Lyn Goltz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
storeCollectionInTestContext
(org.testng.ITestContext testContext) storeCollectionInTestContext.void
verifyCollectionCrsIdentifierOfCrsProperty
(String collectionId, io.restassured.path.json.JsonPath collection) Test: crs property in the collection objects in the path /collectionsMethods inherited from class org.opengis.cite.ogcapifeatures10.conformance.crs.discovery.collection.AbstractDiscoveryCollection
collectionIdAndJson
-
Constructor Details
-
DiscoveryCollectionDefaultCrs
public DiscoveryCollectionDefaultCrs()
-
-
Method Details
-
storeCollectionInTestContext
@AfterClass public void storeCollectionInTestContext(org.testng.ITestContext testContext) storeCollectionInTestContext.
- Parameters:
testContext
- aITestContext
object
-
verifyCollectionCrsIdentifierOfCrsProperty
public void verifyCollectionCrsIdentifierOfCrsProperty(String collectionId, io.restassured.path.json.JsonPath collection) Test: crs property in the collection objects in the path /collections- Parameters:
collectionId
- id of the collection under test, nevernull
collection
- the /collection object, nevernull
-