public class PropertiesManager extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
List<String> |
appliedProperties |
| Constructor and Description |
|---|
PropertiesManager(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyValue(String propertyName) |
void |
setProperty(String propertyName,
String propertyValue)
Equivalent of java CLI start parameter -D
|
public PropertiesManager(TestCase testCase)
Copyright © 2019. All rights reserved.