| java.lang.Object org.netbeans.modules.visualweb.gravy.TestProperties
TestProperties | public class TestProperties (Code) | | This class is used as storage of various test properties, which can be loaded
from a file and saved to a file.
|
Constructor Summary | |
public | TestProperties() Creates a new instance of this class and loads properties from a file. |
TestProperties | public TestProperties()(Code) | | Creates a new instance of this class and loads properties from a file.
|
getTestProperties | protected Properties getTestProperties()(Code) | | Returns current set of test properties.
an object Properties |
getTestProperty | public String getTestProperty(String key)(Code) | | Returns a value of required property.
Parameters: key - a name of required property a value of required property (an object String) |
setTestProperty | public Object setTestProperty(String key, String value)(Code) | | Returns a value of required property.
Parameters: key - a name of required property a value of required property (an object String) |
|
|