Searched refs:systemProperties (Results 1 – 3 of 3) sorted by relevance
156 systemProperties = System.getProperties()157 systemProperties['test.resources.dir'] = 'build/resources/test/'
793 Properties systemProperties = System.getProperties(); in testValidConfigClass() local795 systemProperties.setProperty(CONFIG_CLASS, oldPropertyValue); in testValidConfigClass()797 systemProperties.remove(CONFIG_CLASS); in testValidConfigClass()811 Properties systemProperties = System.getProperties(); in testNotExistConfigFile() local813 systemProperties.setProperty(CONFIG_FILE, oldPropertyValue); in testNotExistConfigFile()815 systemProperties.remove(CONFIG_FILE); in testNotExistConfigFile()
98 private Map<String, String> systemProperties = new LinkedHashMap<>(); field in ToolHelper.CommandBuilder110 systemProperties.put(key, value); in appendArtSystemProperty()147 for (Map.Entry<String, String> entry : systemProperties.entrySet()) { in command()