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

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

Completed in 50 milliseconds