4142434445464748495051
} @Test public void testSystemEnv() { Object save = UtilTest.setSystem( new SystemProviderForTest( new Properties() {{ setProperty("user.home", "/home/foobar"); }}, new HashMap<String, String>() {{ put("HOME", "/home/foobar");
6162636465666768697071
} @Test public void testMultipleImports() { Object save = UtilTest.setSystem( new SystemProviderForTest( new Properties() {{ setProperty("user.home", "/home/foobar"); }}, new HashMap<String, String>() {{ put("HOME", "/home/foobar");