Interface SystemPropertySetter


public interface SystemPropertySetter
Wrapper interface around System.setProperty(String, String) and System.clearProperty(String). Tests that modify system properties may provide custom implementations that keeps track of changes and restores original property values on test completion.