Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/io/
DCharSourceTest.java252 static final CharSink BROKEN_CLOSE_SINK = new TestCharSink(CLOSE_THROWS); field in CharSourceTest
258 ImmutableSet.of(BROKEN_CLOSE_SINK, BROKEN_OPEN_SINK, BROKEN_WRITE_SINK);
271 runFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
299 suppressed = runSuppressionFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
DByteSourceTest.java388 private static final ByteSink BROKEN_CLOSE_SINK = new TestByteSink(CLOSE_THROWS); field in ByteSourceTest
395 ImmutableSet.of(BROKEN_CLOSE_SINK, BROKEN_OPEN_SINK, BROKEN_WRITE_SINK);
408 runFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
436 suppressed = runSuppressionFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java282 static final CharSink BROKEN_CLOSE_SINK = new TestCharSink(CLOSE_THROWS); field in CharSourceTest
288 ImmutableSet.of(BROKEN_CLOSE_SINK, BROKEN_OPEN_SINK, BROKEN_WRITE_SINK);
301 runFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
329 suppressed = runSuppressionFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
DByteSourceTest.java388 private static final ByteSink BROKEN_CLOSE_SINK = new TestByteSink(CLOSE_THROWS); field in ByteSourceTest
395 ImmutableSet.of(BROKEN_CLOSE_SINK, BROKEN_OPEN_SINK, BROKEN_WRITE_SINK);
408 runFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()
436 suppressed = runSuppressionFailureTest(in, BROKEN_CLOSE_SINK); in testCopyExceptions()