Package org.opengis.cite.wcs20
Class TestRunArguments
java.lang.Object
org.opengis.cite.wcs20.TestRunArguments
TestRunArguments class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentpropertiesAsDocument(Properties props) Creates a document that contains a simple XML representation of the given set of properties.static PropertiesvalidateArguments(Document testRunArgs) validateArguments.
-
Constructor Details
-
TestRunArguments
public TestRunArguments()
-
-
Method Details
-
validateArguments
validateArguments.
- Parameters:
testRunArgs- aDocumentobject- Returns:
- a
Propertiesobject
-
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.
-