Searched refs:clearProperty (Results 1 – 8 of 8) sorted by relevance
48 System.clearProperty("ftp.proxyHost"); in tearDown()49 System.clearProperty("ftp.proxyPort"); in tearDown()50 System.clearProperty("ftp.nonProxyHosts"); in tearDown()51 System.clearProperty("http.proxyHost"); in tearDown()52 System.clearProperty("http.proxyPort"); in tearDown()53 System.clearProperty("http.nonProxyHosts"); in tearDown()54 System.clearProperty("https.proxyHost"); in tearDown()55 System.clearProperty("https.proxyPort"); in tearDown()56 System.clearProperty("https.nonProxyHosts"); in tearDown()57 System.clearProperty("other.proxyHost"); in tearDown()[all …]
84 System.clearProperty("java.protocol.handler.pkgs"); in testInstallCustomProtocolHandler()103 System.clearProperty("java.protocol.handler.pkgs"); in testFirstUseIsCached()
114 System.clearProperty("proxyHost"); in tearDown()115 System.clearProperty("proxyPort"); in tearDown()116 System.clearProperty("http.proxyHost"); in tearDown()117 System.clearProperty("http.proxyPort"); in tearDown()118 System.clearProperty("https.proxyHost"); in tearDown()119 System.clearProperty("https.proxyPort"); in tearDown()
240 System.clearProperty("test"); in test_clearProperty()244 System.clearProperty(null); in test_clearProperty()251 System.clearProperty(""); in test_clearProperty()
33 System.clearProperty("org.xml.sax.parser"); in testMakeParser()
299 System.clearProperty("javax.xml.parsers.DocumentBuilderFactory"); in test_newInstance()
1249 public static String clearProperty(String key) { in clearProperty() method in System
1149 System.clearProperty(HANDLER_PKGS); in test_java_protocol_handler_pkgs_prop()