Class LandingPage
java.lang.Object
org.opengis.cite.ogcapiprocesses10.CommonFixture
org.opengis.cite.ogcapiprocesses10.landingpage.LandingPage
A.2.1. Landing Page {root}/
- Author:
 - Lyn Goltz
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.opengis.cite.ogcapiprocesses10.CommonFixture
CommonFixture.Input, CommonFixture.Output, CommonFixture.Type - 
Field Summary
Fields inherited from class org.opengis.cite.ogcapiprocesses10.CommonFixture
CONTENT_ENCODING_PROPERTY_KEY, CONTENT_MEDIA_TYPE_PROPERTY_KEY, CONTENT_SCHEMA_PROPERTY_KEY, CONTENT_TYPE, limit, reqEntity, requestLoggingFilter, responseLoggingFilter, rootUri, rspEntity, specURL, testAllProcesses - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcf.voidcf.Methods inherited from class org.opengis.cite.ogcapiprocesses10.CommonFixture
addAttributesOnTestFailure, addServerUnderTest, checkHtmlConfClass, clearMessages, createInput, createOutput, getRequest, getResponse, init, initCommonFixture, printResults, validateResponseAgainstSchema 
- 
Constructor Details
- 
LandingPage
public LandingPage() 
 - 
 - 
Method Details
- 
testLandingPageRetrieval
public void testLandingPageRetrieval()cf. core/abstract_tests/core/ATS_landingpage-op.adoc Abstract Test 1: /conf/core/landingpage-op Test Purpose: Validate that a landing page can be retrieved from the expected location. Requirement: /req/core/root-op Test Method: 1. Issue an HTTP GET request to the URL {root}/ 2. Validate that a document was returned with a status code 200 3. Validate the contents of the returned document using test /conf/core/landingpage-success.
 - 
testLandingPageValidation
public void testLandingPageValidation() 
 -