Package org.opengis.cite.ogcapitiles10
Class CommonFixture
java.lang.Object
org.opengis.cite.ogcapitiles10.CommonFixture
- Direct Known Subclasses:
ApiDefinition
,CommonDataFixture
,Conformance
,GeospatialDataResource
,LandingPage
,MandatoryCore
,Tile
,TilesetLlinks
A supporting base class that sets up a common test fixture. These configuration methods
are invoked before those defined in a subclass.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
formatLinkURI
(String scheme, String host, String hrefLink) protected io.restassured.specification.RequestSpecification
init()
void
initCommonFixture
(org.testng.ITestContext testContext) Initializes the common test fixture with a client component for interacting with HTTP endpoints.
-
Field Details
-
requestLoggingFilter
protected io.restassured.filter.log.RequestLoggingFilter requestLoggingFilter -
responseLoggingFilter
protected io.restassured.filter.log.ResponseLoggingFilter responseLoggingFilter -
rootUri
-
missing_landing_page_error_message
- See Also:
-
missing_api_definition_error_message
- See Also:
-
dataset_tilesets_conformance_class_not_implemented
-
geodata_tilesets_conformance_class_not_implemented
-
tilesets_lists_conformance_class_not_implemented
-
-
Constructor Details
-
CommonFixture
public CommonFixture()
-
-
Method Details
-
initCommonFixture
@BeforeClass public void initCommonFixture(org.testng.ITestContext testContext) Initializes the common test fixture with a client component for interacting with HTTP endpoints.- Parameters:
testContext
- The test context that contains all the information for a test run, including suite attributes.
-
clearMessages
@BeforeMethod public void clearMessages() -
getRequest
-
getResponse
-
init
protected io.restassured.specification.RequestSpecification init() -
formatLinkURI
-