Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java183 IOException tryException = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local
192 throw tryException; in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
199 assertSame(tryException, expected); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
206 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
207 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
240 RuntimeException tryException = new RuntimeException(); in testRuntimeExceptions() local
249 throw tryException; in testRuntimeExceptions()
256 assertSame(tryException, expected); in testRuntimeExceptions()
263 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions()
264 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()