Class Chain
java.lang.Object
org.opengis.cite.geopose10.CommonFixture
org.opengis.cite.geopose10.encodings.json.Chain
Chain class.
- 
Field SummaryFields inherited from class org.opengis.cite.geopose10.CommonFixtureclient, request, response, ROOT_PKG_PATH
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidobtainTestSubject(org.testng.ITestContext testContext) Obtains the test subject from the ISuite context.voidsetTestSubject(File testSubject) Sets the test subject.voidImplements Conformance test A.42: Verify conformance via JSON schema Validate the JSON data against the GeoPose Chain JSON-Schema 2019-9 definitionMethods inherited from class org.opengis.cite.geopose10.CommonFixturebuildGetRequest, clearMessages, getResponseEntityAsDocument, initCommonFixture
- 
Constructor Details- 
Chainpublic Chain()
 
- 
- 
Method Details- 
obtainTestSubject@BeforeClass public void obtainTestSubject(org.testng.ITestContext testContext) Obtains the test subject from the ISuite context. The suite attributeSuiteAttribute.TEST_SUBJECTshould evaluate to a DOM Document node.- Parameters:
- testContext- The test (group) context.
 
- 
setTestSubjectSets the test subject. This method is intended to facilitate unit testing.- Parameters:
- testSubject- A Document node representing the test subject or metadata about it.
 
- 
validateByChainSchemapublic void validateByChainSchema()Implements Conformance test A.42: Verify conformance via JSON schema Validate the JSON data against the GeoPose Chain JSON-Schema 2019-9 definition
 
-