Searched refs:throwsOnClose (Results 1 – 1 of 1) sorted by relevance
144 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(exception)); in testExceptionThrown_whileClosingLastCloseable()166 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(exception)); in testExceptionThrown_whileClosingFirstCloseable()187 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()188 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()218 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()219 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()220 TestCloseable c3 = closer.register(TestCloseable.throwsOnClose(c3Exception)); in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()244 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testRuntimeExceptions()245 TestCloseable c2 = closer.register(TestCloseable.throwsOnClose(c2Exception)); in testRuntimeExceptions()274 TestCloseable c1 = closer.register(TestCloseable.throwsOnClose(c1Exception)); in testErrors()[all …]