Home
last modified time | relevance | path

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

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