Class Collections
java.lang.Object
org.opengis.cite.ogcapiedr10.CommonFixture
org.opengis.cite.ogcapiedr10.CommonDataFixture
org.opengis.cite.ogcapiedr10.corecollections.Collections
-
Field Summary
Fields inherited from class org.opengis.cite.ogcapiedr10.CommonDataFixture
modelUri, noOfCollectionsFields inherited from class org.opengis.cite.ogcapiedr10.CommonFixture
apiDefUri, DEFAULT_BUFFER_SIZE, geoJSONTestingCollection, requestLoggingFilter, responseLoggingFilter, rootUri, testingWktPOINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[][]collectionsUris(org.testng.ITestContext testContext) voidvalidateCollectionMetadata_Links(TestPoint testPoint) Abstract Test 15: Validate that each Collection metadata entry in the Collections Metadata document includes all required links.voidvalidateCollectionsMetadata_Links(TestPoint testPoint) Abstract Test 16: Validate that the required links are included in the Collections Metadata document.voidvalidateCollectionsMetadataOperation(TestPoint testPoint) Abstract Test 82: Validate that information about the Collections can be retrieved from the expected location.Methods inherited from class org.opengis.cite.ogcapiedr10.CommonDataFixture
createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures, createListOfMediaTypesToSupportForFeatureCollectionsAndFeatures, createListOfMediaTypesToSupportForOtherResources, getModel, noOfCollections, requirementClasses, retrieveApiModelMethods inherited from class org.opengis.cite.ogcapiedr10.CommonFixture
clearMessages, constructDateTimeValue, convertInputStreamToString, getCollectionResponse, getRequest, getResponse, init, initCommonFixture
-
Constructor Details
-
Collections
public Collections()
-
-
Method Details
-
collectionsUris
@DataProvider(name="collectionsUris") public Object[][] collectionsUris(org.testng.ITestContext testContext) -
validateCollectionsMetadataOperation
Abstract Test 82: Validate that information about the Collections can be retrieved from the expected location.
- Parameters:
testPoint- the test point to test, nevernull
-
validateCollectionMetadata_Links
Abstract Test 15: Validate that each Collection metadata entry in the Collections Metadata document includes all required links.
- Parameters:
testPoint- the test point to test, nevernull
-
validateCollectionsMetadata_Links
Abstract Test 16: Validate that the required links are included in the Collections Metadata document.
- Parameters:
testPoint- the test point to test, nevernull
-