Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java204 assertSuppressed( in testCloseExceptionsSuppressed_whenExceptionThrownFromTryBlock()
231 assertSuppressed( in testCloseExceptionsSuppressed_whenExceptionThrownClosingFirstCloseable()
261 assertSuppressed( in testRuntimeExceptions()
287 assertSuppressed( in testErrors()
376 private void assertSuppressed(Suppression... expected) { in assertSuppressed() method in CloserTest