Searched refs:httpsUrl (Results 1 – 2 of 2) sorted by relevance
231 def __init__(self, httpsUrl, sshUrl, revision, baseDir, extractDir = "src", removeTags = []): argument233 self.httpsUrl = httpsUrl266 assert self.httpsUrl != None267 url = self.httpsUrl270 url = self.httpsUrl
14 private final String httpsUrl = "https://robolectric.org/"; field in ShadowCookieManagerTest131 assertThat(cookieManager.getCookie(httpsUrl)).isEqualTo("name=value"); in shouldSetWithHttpAndGetWithHttps()204 cookieManager.setCookie(httpsUrl, "name1=value1;secure"); in shouldRespectSecureCookies()