Searched refs:connectToURL (Results 1 – 2 of 2) sorted by relevance
104 assertThat(CommonUtils.connectToURL(url)).isTrue(); in test_connect_to_wifi()110 assertThat(CommonUtils.connectToURL(url)).isFalse(); in test_connect_to_wifi()124 assertThat(CommonUtils.connectToURL(url)).isTrue(); in test_connect_to_wifi()
68 public static boolean connectToURL(URL url) { in connectToURL() method in CommonUtils