HomeSort by relevance Sort by last modified time
    Searched refs:BROKEN_CLOSE_SINK (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java 317 private static final ByteSink BROKEN_CLOSE_SINK
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);
CharSourceTest.java 245 static final CharSink BROKEN_CLOSE_SINK = new TestCharSink(CLOSE_THROWS);
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 2957 milliseconds