public class

PropertiesManager

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.it.PropertiesManager

Class Overview

Provides variable properties for acceptance 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.

Summary

Public Constructors
PropertiesManager(Properties... properties)
Public Methods
String getPropertyValue(String k)
int getTestPropertyAsInt(String propName, int defaultValue)
int getTestPropertyAsInt(String propName)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertiesManager (Properties... properties)

Public Methods

public String getPropertyValue (String k)

public int getTestPropertyAsInt (String propName, int defaultValue)

public int getTestPropertyAsInt (String propName)