public class TestRunArguments extends Object
| Constructor and Description |
|---|
TestRunArguments() |
| Modifier and Type | Method and Description |
|---|---|
static Document |
propertiesAsDocument(Properties props)
Creates a document that contains a simple XML representation of the given
set of properties.
|
static Properties |
validateArguments(Document testRunArgs)
Validates the given test run arguments.
|
public static Properties validateArguments(Document testRunArgs)
IllegalArgumentException is thrown if a required argument is
missing or invalid. The recognized arguments are listed below.
testRunArgs - A Document containing a set of XML properties; each entry
(key-value pair) is a test run argument.public static Document propertiesAsDocument(Properties props)
props - A set of properties (key-value pairs).Copyright © 2023 Open Geospatial Consortium. All rights reserved.