HomeSort by relevance Sort by last modified time
    Searched refs:testRequestMethod (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 678 testRequestMethod("OPTIONS", false);
682 testRequestMethod("GET", true);
687 testRequestMethod("HEAD", false);
692 testRequestMethod("POST", false);
696 testRequestMethod("PUT", false);
700 testRequestMethod("DELETE", false);
704 testRequestMethod("TRACE", false);
707 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception {
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 687 testRequestMethod("OPTIONS", false);
691 testRequestMethod("GET", true);
696 testRequestMethod("HEAD", false);
701 testRequestMethod("POST", false);
705 testRequestMethod("PUT", false);
709 testRequestMethod("DELETE", false);
713 testRequestMethod("TRACE", false);
716 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception {
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 600 testRequestMethod("OPTIONS", false);
604 testRequestMethod("GET", true);
609 testRequestMethod("HEAD", false);
614 testRequestMethod("POST", false);
618 testRequestMethod("PUT", false);
622 testRequestMethod("DELETE", false);
626 testRequestMethod("TRACE", false);
629 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception {
    [all...]

Completed in 34 milliseconds