Class TestRunArguments

java.lang.Object
org.opengis.cite.wcs20.TestRunArguments

public class TestRunArguments extends Object

TestRunArguments class.

  • Constructor Details

    • TestRunArguments

      public TestRunArguments()
  • Method Details

    • validateArguments

      public static Properties validateArguments(Document testRunArgs)

      validateArguments.

      Parameters:
      testRunArgs - a Document object
      Returns:
      a Properties object
    • propertiesAsDocument

      public static Document propertiesAsDocument(Properties props)
      Creates a document that contains a simple XML representation of the given set of properties.
      Parameters:
      props - A set of properties (key-value pairs).
      Returns:
      A Document node, wherein each property is represented by an entry[@key] element.