Home
last modified time | relevance | path

Searched refs:connectionIOException (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteExceptionTest.java40 IOException connectionIOException = re.getLastConnectException(); in getConnectionIOException_multiple() local
41 assertSame(thirdException, connectionIOException); in getConnectionIOException_multiple()