Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteExceptionTest.java42 Throwable[] thirdSuppressedExceptions = thirdException.getSuppressed(); in getConnectionIOException_multiple() local
43 assertSame(secondException, thirdSuppressedExceptions[0]); in getConnectionIOException_multiple()