Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java184 IOException c1Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local
187 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
207 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
214 IOException c1Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() local
218 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
234 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
241 RuntimeException c1Exception = new RuntimeException(); in testRuntimeExceptions() local
244 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testRuntimeExceptions()
264 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()
270 Error c1Exception = new Error(); in testErrors() local
[all …]