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

/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DMockWebServerTest.java117 public void testRedirect() throws Exception { method in class:MockWebServerTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DURLConnectionTest.java2081 testRedirect(true, "GET");
2085 testRedirect(true, "HEAD");
2089 testRedirect(true, "OPTIONS");
2093 testRedirect(true, "POST");
2097 testRedirect(false, "GET");
2101 testRedirect(false, "HEAD");
2105 testRedirect(false, "OPTIONS");
2109 testRedirect(false, "POST");
2112 private void testRedirect(boolean temporary, String method) throws Exception { method in class:URLConnectionTest
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
H A Dservice_handlers_test.py304 def testRedirect(self): member in class:ServiceHandlerTest

Completed in 147 milliseconds