Class JobList
java.lang.Object
org.opengis.cite.ogcapiprocesses10.CommonFixture
org.opengis.cite.ogcapiprocesses10.joblist.JobList
A.2.6. JobList {root}/jobs
- Author:
 - Benjamin Pross
 
- 
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 TypeMethodDescriptionvoidsetup()setup.voidAbstract test A.64: /conf/job-list/job-list-op Test Purpose: Validate that information about jobs can be retrieved from the expected location.voidAbstract test A.71: /conf/job-list/job-list-success Test Purpose: Validate that the job list content complies with the required structure and contents.Methods inherited from class org.opengis.cite.ogcapiprocesses10.CommonFixture
addAttributesOnTestFailure, addServerUnderTest, checkHtmlConfClass, clearMessages, createInput, createOutput, getRequest, getResponse, init, initCommonFixture, printResults, validateResponseAgainstSchema 
- 
Constructor Details
- 
JobList
public JobList() 
 - 
 - 
Method Details
- 
setup
@BeforeClass public void setup()setup.
 - 
testJobList
public void testJobList()Abstract test A.64: /conf/job-list/job-list-op Test Purpose: Validate that information about jobs can be retrieved from the expected location. Requirement: /req/job-list/job-list-op
 - 
testJobListSuccess
public void testJobListSuccess()Abstract test A.71: /conf/job-list/job-list-success Test Purpose: Validate that the job list content complies with the required structure and contents. Requirement: /req/job-list/job-list-success Test Method: |=== 1. Validate that a document was returned with an HTTP status code of 200. 2. Validate the job list content for all supported media types using the resources and tests identified in Table A.10 |===
 
 -