Class AbstractBBoxCrs
java.lang.Object
org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
org.opengis.cite.ogcapifeatures10.conformance.crs.query.bboxcrs.AbstractBBoxCrs
- Direct Known Subclasses:
BBoxCrsParameter
,BBoxCrsParameterDefault
,BBoxCrsParameterInvalid
AbstractBBoxCrs class.
- Author:
- Lyn Goltz
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ConstantBBOX_CRS_PARAM="bbox-crs"
static final String
ConstantBBOX_PARAM="bbox"
protected Map<String,
List<CoordinateSystem>> protected Map<String,
CoordinateSystem> Fields inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
requestLoggingFilter, responseLoggingFilter, rootUri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
assertSameFeatures
(io.restassured.path.json.JsonPath responseWithBBox, io.restassured.path.json.JsonPath responseWithoutBBox) void
retrieveRequiredInformationFromTestContext
(org.testng.ITestContext testContext) retrieveRequiredInformationFromTestContext.Methods inherited from class org.opengis.cite.ogcapifeatures10.conformance.CommonFixture
clearMessages, getRequest, getResponse, init, initCommonFixture
-
Field Details
-
BBOX_PARAM
ConstantBBOX_PARAM="bbox"
- See Also:
-
BBOX_CRS_PARAM
ConstantBBOX_CRS_PARAM="bbox-crs"
- See Also:
-
collectionsResponses
-
collectionIdToCrs
-
collectionIdToDefaultCrs
-
-
Constructor Details
-
AbstractBBoxCrs
public AbstractBBoxCrs()
-
-
Method Details
-
retrieveRequiredInformationFromTestContext
@BeforeClass public void retrieveRequiredInformationFromTestContext(org.testng.ITestContext testContext) retrieveRequiredInformationFromTestContext.
- Parameters:
testContext
- aITestContext
object
-
assertSameFeatures
void assertSameFeatures(io.restassured.path.json.JsonPath responseWithBBox, io.restassured.path.json.JsonPath responseWithoutBBox)
-