java.lang.Object
org.opengis.cite.ogcapiprocesses10.CommonFixture
org.opengis.cite.ogcapiprocesses10.landingpage.LandingPage

public class LandingPage extends CommonFixture
A.2.1. Landing Page {root}/
Author:
Lyn Goltz
  • 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()