Searched refs:getProperties (Results 1 – 17 of 17) sorted by relevance
163 System.getProperties().setProperty("user.dir", "hmmph"); in testSystemProperties_immutable()166 System.getProperties().clear(); in testSystemProperties_immutable()220 assertNotSame(newProperties, System.getProperties()); in testSystemProperties_setProperties_nonNull()232 Properties properties = System.getProperties(); in testSystemProperties_getProperties_clear()
24 Properties originalProperties = System.getProperties(); in testSystemProperties()
184 Properties p = System.getProperties(); in test_getProperties()
72 Properties properties = System.getProperties(); in setSystemProperty()
127 Properties p = System.getProperties(); in test_getProperties()295 Properties orgProps = System.getProperties(); in test_setPropertiesLjava_util_Properties()301 … assertEquals("Failed to set properties", "this is a test property", System.getProperties() in test_setPropertiesLjava_util_Properties()
28 orgProps = System.getProperties(); in setUp()
172 public MessageHeader getProperties() { in getProperties() method in FileURLConnection174 return super.getProperties(); in getProperties()
64 public MessageHeader getProperties() { in getProperties() method in URLConnection
132 Properties prop = System.getProperties(); in test_newInstance()
279 Properties prop = System.getProperties(); in test_newInstance()
201 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet()
83 Properties systemProperties = System.getProperties(); in test_ConstructorLjava_util_Properties()468 set = new Properties(System.getProperties()).stringPropertyNames(); in test_stringPropertyNames()
551 originalSystemProperties = (Properties) System.getProperties().clone(); in setUp()
105 Properties props = (Properties) System.getProperties().clone(); in test_ConstructorI_SocksSet()
1125 public static Properties getProperties() { in getProperties() method in System