public class CollectionsResponse extends CommonFixture
| Modifier and Type | Field and Description |
|---|---|
protected URI |
iut |
apiDefUri, geoJSONTestingCollection, requestLoggingFilter, responseLoggingFilter, rootUri, testingWktPOINT| Constructor and Description |
|---|
CollectionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Object[]> |
collectionIDs(org.testng.ITestContext testContext) |
void |
collectionsCRS84()
Abstract Test 8: Validate that all spatial geometries provided through the API are in the CRS84 spatial reference system unless otherwise requested by the client.
|
void |
collectionsParameters()
Abstract Test 17: Validate that each parameter in a collection is correctly defined.
|
void |
validateRetrievalOfCollections(Object collectionIdentifiers) |
void |
validateRetrievalOfEnvironmentalDataCollections(Object collectionIdentifiers) |
void |
verifyCollectionsMetadata()
Abstract Test 13: Validate the extent property if it is present
Abstract Test 14: Validate that each collection provided by the server is described in the Collections Metadata.
|
clearMessages, constructDateTimeValue, getRequest, getResponse, init, initCommonFixtureprotected URI iut
public void validateRetrievalOfCollections(Object collectionIdentifiers)
public void validateRetrievalOfEnvironmentalDataCollections(Object collectionIdentifiers)
public void collectionsCRS84()
Abstract Test 8: Validate that all spatial geometries provided through the API are in the CRS84 spatial reference system unless otherwise requested by the client. Requirement A.46 G, which is in the Collections Requirements Class, states that "Every Collection within a collections array MUST have a 'crs' parameter which must comply with the requirement '/req/edr/rc-crs'." Therefore we can expect that there be a declaration of support for CRS84
public void collectionsParameters()
Abstract Test 17: Validate that each parameter in a collection is correctly defined.
public void verifyCollectionsMetadata()
Abstract Test 13: Validate the extent property if it is present Abstract Test 14: Validate that each collection provided by the server is described in the Collections Metadata. Abstract Test 15: Validate that each Collection metadata entry in the Collections Metadata document includes all required links (data or collection). Abstract Test 16: Validate that the required links are included in the Collections Metadata document (self and alternate).
Copyright © 2022 Open Geospatial Consortium. All rights reserved.