public class PropertiesManager extends Object
PropertiesManager so that we do not need to depend on
confluence-test-utils
Provides variable properties for tests. Properties are loaded from system properties and interpolated
so property values of http://${server.name}:{server.port}/${server.contextPath} will be processed as you would
expect.| Constructor and Description |
|---|
PropertiesManager(Properties... properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyValue(String k) |
String |
getPropertyValue(String k,
String defaultValue) |
int |
getTestPropertyAsInt(String propName) |
int |
getTestPropertyAsInt(String propName,
int defaultValue) |
public PropertiesManager(Properties... properties)
Copyright © 2003–2022 Atlassian. All rights reserved.