Searched refs:assertCookies (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DResponseCacheTest.java1493 assertCookies(url, "a=FIRST");
1495 assertCookies(url, "a=SECOND");
1572 public void assertCookies(URL url, String... expectedCookies) throws Exception { method in class:ResponseCacheTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCacheTest.java1695 assertCookies(url, "a=FIRST");
1697 assertCookies(url, "a=SECOND");
1774 public void assertCookies(URL url, String... expectedCookies) throws Exception { method in class:CacheTest
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java1431 assertCookies(url, "a=FIRST");
1433 assertCookies(url, "a=SECOND");
1502 public void assertCookies(URL url, String... expectedCookies) throws Exception { method in class:UrlConnectionCacheTest

Completed in 109 milliseconds