Class RestoreSpecificSystemProperties

java.lang.Object
org.junit.contrib.java.lang.system.internal.RestoreSpecificSystemProperties

public class RestoreSpecificSystemProperties extends Object
  • Field Details

    • properties

      private final List<String> properties
    • originalValues

      private final List<String> originalValues
  • Constructor Details

    • RestoreSpecificSystemProperties

      public RestoreSpecificSystemProperties()
  • Method Details

    • add

      public void add(String property)
    • restore

      public void restore()
    • restore

      private void restore(String property, String originalValue)