Class SyncTests

java.lang.Object
org.opengis.cite.wps20.CommonFixture
org.opengis.cite.wps20.synchronous.SyncTests

public class SyncTests extends CommonFixture

SyncTests class.

  • Constructor Details

    • SyncTests

      public SyncTests()
  • Method Details

    • ValidSyncExcecuteViaPOSTXML

      public void ValidSyncExcecuteViaPOSTXML() throws Exception
      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