Added/updated tests
This commit is contained in:
@@ -109,4 +109,11 @@ public final class Config {
|
||||
public void setProperty(final String key, final String value) {
|
||||
properties.setProperty(key, value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets the config's properties.
|
||||
*/
|
||||
public void reset() {
|
||||
properties = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user