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

/libcore/luni/src/test/java/libcore/net/http/
H A DHttpResponseCacheTest.java103 // assertCached(false, 100);
104 assertCached(false, 101);
105 assertCached(false, 102);
106 assertCached(true, 200);
107 assertCached(false, 201);
108 assertCached(false, 202);
109 assertCached(true, 203);
110 assertCached(false, 204);
111 assertCached(false, 205);
112 assertCached(fals
156 private void assertCached(boolean shouldPut, int responseCode) throws Exception { method in class:HttpResponseCacheTest
[all...]

Completed in 26 milliseconds