org.easymock.internal
public final class EasyMockProperties extends Object
Method Summary | |
---|---|
static EasyMockProperties | getInstance() |
String | getProperty(String key, String defaultValue)
Searches for the property with the specified key. |
String | getProperty(String key)
Searches for the property with the specified key. |
String | setProperty(String key, String value)
Add a value referenced by the provided key. |
Parameters: key key leading to the property defaultValue the value to be returned if the key isn't found
Returns: the value found for the key or the default value
Parameters: key key leading to the property
Returns: the value found for the key or null
Parameters: key the key of the new property value the value corresponding to key.
Returns: the property previous value