Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java173 IOException tryException = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local
182 throw tryException; in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
189 assertSame(tryException, expected); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
196 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
197 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
230 RuntimeException tryException = new RuntimeException(); in testRuntimeExceptions() local
239 throw tryException; in testRuntimeExceptions()
246 assertSame(tryException, expected); in testRuntimeExceptions()
253 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions()
254 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()
/external/guava/android/guava-tests/test/com/google/common/io/
DCloserTest.java173 IOException tryException = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local
182 throw tryException; in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
189 assertSame(tryException, expected); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
196 new Suppression(c2, tryException, c2Exception), in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
197 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
230 RuntimeException tryException = new RuntimeException(); in testRuntimeExceptions() local
239 throw tryException; in testRuntimeExceptions()
246 assertSame(tryException, expected); in testRuntimeExceptions()
253 new Suppression(c2, tryException, c2Exception), in testRuntimeExceptions()
254 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()