Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java245 static final CharSink BROKEN_CLOSE_SINK = new TestCharSink(CLOSE_THROWS); field in CharSourceTest
251 = ImmutableSet.of(BROKEN_CLOSE_SINK, BROKEN_OPEN_SINK, BROKEN_WRITE_SINK);
264 runFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
292 suppressed = runSuppressionFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
DByteSourceTest.java317 private static final ByteSink BROKEN_CLOSE_SINK field in ByteSourceTest
327 = ImmutableSet.of(BROKEN_CLOSE_SINK, BROKEN_OPEN_SINK, BROKEN_WRITE_SINK);
340 runFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
368 suppressed = runSuppressionFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()