public final class EasyMockProperties extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static EasyMockProperties | getInstance() | 
| String | getProperty(String key)Searches for the property with the specified key. | 
| String | getProperty(String key,
           String defaultValue)Searches for the property with the specified key. | 
| String | setProperty(String key,
           String value)Add a value referenced by the provided key. | 
public static EasyMockProperties getInstance()
public String getProperty(String key, String defaultValue)
key - key leading to the propertydefaultValue - the value to be returned if the key isn't foundpublic String getProperty(String key)
key - key leading to the propertyCopyright © 2001–2014 EasyMock contributors. All rights reserved.