public class TestSettings extends Object implements Settings
| Constructor and Description | 
|---|
| TestSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getString(String key)Returns the property as a string
 Matching on key is case sensitive | 
| String[] | getStringArray(String key)Returns the property as a an array
 Returns an empty array if no property is found for this key
 Matching on key is case sensitive | 
| Settings | setValue(String key,
        String value) | 
public TestSettings()
@CheckForNull public String getString(String key)
Settingspublic String[] getStringArray(String key)
SettingsgetStringArray in interface SettingsCopyright © 2009–2016 SonarSource. All rights reserved.