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

  /external/guava/guava-tests/test/com/google/common/io/
ByteSourceTest.java 311 private static final ByteSource BROKEN_CLOSE_SOURCE
325 = ImmutableSet.of(BROKEN_CLOSE_SOURCE, BROKEN_OPEN_SOURCE, BROKEN_READ_SOURCE);
348 runFailureTest(BROKEN_CLOSE_SOURCE, out);
376 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out);
CharSourceTest.java 242 static final CharSource BROKEN_CLOSE_SOURCE = new TestCharSource("ABC", CLOSE_THROWS);
249 = ImmutableSet.of(BROKEN_CLOSE_SOURCE, BROKEN_OPEN_SOURCE, BROKEN_READ_SOURCE);
272 runFailureTest(BROKEN_CLOSE_SOURCE, out);
300 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out);

Completed in 40 milliseconds