Class SyncTests
java.lang.Object
org.opengis.cite.wps20.CommonFixture
org.opengis.cite.wps20.synchronous.SyncTests
SyncTests class.
-
Field Summary
Fields inherited from class org.opengis.cite.wps20.CommonFixture
client, COMPLEX_INPUT_ID, COMPLEX_OUTPUT_ID, COMPLEX_REQUEST_TEMPLATE_PATH, DESCRIBE_PROCESS_REQUEST_TEMPLATE_PATH, EchoProcessId, GET_CAPABILITIES_REQUEST_TEMPLATE_PATH, GET_RESULT_TEMPLATE_PATH, GET_STATUS_TEMPLATE_PATH, INPUT_REFERENCE_TRANSMISSION_TEMPLATE_PATH, INPUT_VALUE_TRANSMISSION_TEMPLATE_PATH, LITERAL_INPUT_ID, LITERAL_OUTPUT_ID, LITERAL_REQUEST_TEMPLATE_PATH, OUTPUT_REFERENCE_TRANSMISSION_TEMPLATE_PATH, OUTPUT_VALUE_TRANSMISSION_TEMPLATE_PATH, request, response, ROOT_PKG_PATH, ServiceUrl, UNIQUE_JOB_IDS_TEMPLATE_PATH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opengis.cite.wps20.CommonFixture
buildGetRequest, clearMessages, GetConnection, GetContentFromGETKVPRequest, GetContentFromPOSTXMLRequest, GetDocumentTemplate, GetEchoProcessInputIdAndOutputId, getResponseEntityAsDocument, initCommonFixture, prettyPrint, TransformXMLDocumentToXMLString, TransformXMLFileToXMLDocument, TransformXMLStringToXMLDocument
-
Constructor Details
-
SyncTests
public SyncTests()
-
-
Method Details
-
ValidSyncExcecuteViaPOSTXML
A.5.11. Verify that the server can handle the execution mode 'synchronous' requested via POST/XML Flow of Test Description: Send a valid XML Execute request to the server under test, setting the “mode” attribute to “sync”. Verify that a valid Execute wps:Result is returned.- Throws:
Exception
-