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

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

Completed in 98 milliseconds