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

/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java729 testRequestMethod("OPTIONS", false);
733 testRequestMethod("GET", true);
738 testRequestMethod("HEAD", false);
743 testRequestMethod("POST", false);
747 testRequestMethod("PUT", false);
751 testRequestMethod("DELETE", false);
755 testRequestMethod("TRACE", false);
758 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { method in class:HttpResponseCacheTest

Completed in 135 milliseconds