Searched refs:c1Exception (Results 1 – 1 of 1) sorted by relevance
183 IOException c1Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock() local186 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()206 new Suppression(c1, tryException, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()213 IOException c1Exception = new IOException(); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable() local217 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()233 new Suppression(c1, c3Exception, c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()240 RuntimeException c1Exception = new RuntimeException(); in testRuntimeExceptions() local243 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testRuntimeExceptions()263 new Suppression(c1, tryException, c1Exception)); in testRuntimeExceptions()269 Error c1Exception = new Error(); in testErrors() local[all …]