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

/libcore/luni/src/test/java/libcore/net/http/
H A DHttpResponseCacheTest.java1523 assertCookies(url, "a=FIRST");
1525 assertCookies(url, "a=SECOND");
1606 public void assertCookies(URL url, String... expectedCookies) throws Exception { method in class:HttpResponseCacheTest

Completed in 45 milliseconds