Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/io/
DCharSourceTest.java249 static final CharSource BROKEN_CLOSE_SOURCE = new TestCharSource("ABC", CLOSE_THROWS); field in CharSourceTest
256 ImmutableSet.of(BROKEN_CLOSE_SOURCE, BROKEN_OPEN_SOURCE, BROKEN_READ_SOURCE);
279 runFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
307 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
DByteSourceTest.java382 private static final ByteSource BROKEN_CLOSE_SOURCE = field in ByteSourceTest
393 ImmutableSet.of(BROKEN_CLOSE_SOURCE, BROKEN_OPEN_SOURCE, BROKEN_READ_SOURCE);
416 runFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
444 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
/external/guava/guava-tests/test/com/google/common/io/
DCharSourceTest.java279 static final CharSource BROKEN_CLOSE_SOURCE = new TestCharSource("ABC", CLOSE_THROWS); field in CharSourceTest
286 ImmutableSet.of(BROKEN_CLOSE_SOURCE, BROKEN_OPEN_SOURCE, BROKEN_READ_SOURCE);
309 runFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
337 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
DByteSourceTest.java382 private static final ByteSource BROKEN_CLOSE_SOURCE = field in ByteSourceTest
393 ImmutableSet.of(BROKEN_CLOSE_SOURCE, BROKEN_OPEN_SOURCE, BROKEN_READ_SOURCE);
416 runFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()
444 suppressed = runSuppressionFailureTest(BROKEN_CLOSE_SOURCE, out); in testCopyExceptions()