Searched refs:Support_Configuration (Results 1 – 6 of 6) sorted by relevance
30 import tests.support.Support_Configuration;48 Support_Configuration.ProxyServerTestHost); in test_usingProxy()50 URL u1 = new URL("http://" + Support_Configuration.HomeAddress); in test_usingProxy()68 + Support_Configuration.ProxyServerTestHost in test_usingProxy()90 + Support_Configuration.ProxyServerTestHost in test_usingProxy()122 Support_Configuration.SocksServerTestHost); in test_Constructor()124 .valueOf(Support_Configuration.SocksServerTestPort)); in test_Constructor()125 Socket s = new Socket(Support_Configuration.HomeAddress, 80); in test_Constructor()131 + Support_Configuration.HomeAddress + " " + e); in test_Constructor()136 Support_Configuration.SocksServerTestHost); in test_Constructor()[all …]
39 import tests.support.Support_Configuration;153 urls[0] = new URL("http://" + Support_Configuration.HomeAddress); in test_getURLs()154 urls[1] = new URL("http://" + Support_Configuration.TestResources + "/"); in test_getURLs()155 urls[2] = new URL("ftp://" + Support_Configuration.TestResources + "/"); in test_getURLs()156 urls[3] = new URL("jar:file:c://" + Support_Configuration.TestResources in test_getURLs()
29 import tests.support.Support_Configuration;127 return "http://" + Support_Configuration.TestResources + resource; in getResourceURL()
23 return "http://" + Support_Configuration.TestResources + resource; in getResourceURL()
33 public class Support_Configuration { class
134 tests.support.Support_Configuration will be used (see135 <EXTRACT_DIR>/Harmony/Harmony_Tests/src/test/java/tests/support/Support_Configuration.java