Searched defs:assertInvalidRequestMethod (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java1526 assertInvalidRequestMethod("get");
1531 assertInvalidRequestMethod("CONNECT");
1534 private void assertInvalidRequestMethod(String requestMethod) throws Exception { method in class:URLConnectionTest

Completed in 48 milliseconds