Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteExceptionTest.java35 IOException thirdException = new IOException(); in getConnectionIOException_multiple() local
38 re.addConnectException(thirdException); in getConnectionIOException_multiple()
41 assertSame(thirdException, connectionIOException); in getConnectionIOException_multiple()
42 Throwable[] thirdSuppressedExceptions = thirdException.getSuppressed(); in getConnectionIOException_multiple()
/external/guice/core/test/com/google/inject/
DScopesTest.java1119 Throwable thirdException = null;
1136 thirdException = e.getCause();
1142 assertEquals(thirdException.getClass(), ProvisionException.class);
1145 firstException.getMessage(), secondException.getMessage(), thirdException.getMessage())