Package org.opengis.cite.wmts10
Class TestRunArguments
java.lang.Object
org.opengis.cite.wmts10.TestRunArguments
Provides utility methods that assist with the handling of test run arguments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Document
propertiesAsDocument
(Properties props) Creates a document that contains a simple XML representation of the given set of properties.static Properties
validateArguments
(Document testRunArgs)
-
Constructor Details
-
TestRunArguments
public TestRunArguments()
-
-
Method Details
-
validateArguments
-
propertiesAsDocument
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.
-