OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thirdException
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteExceptionTest.java
35
IOException
thirdException
= new IOException();
38
re.addConnectException(
thirdException
);
41
assertSame(
thirdException
, connectionIOException);
42
Throwable[] thirdSuppressedExceptions =
thirdException
.getSuppressed();
/external/guice/core/test/com/google/inject/
ScopesTest.java
[
all
...]
Completed in 127 milliseconds