Searched refs:BROKEN_CLOSE_SOURCE (Results 1 – 2 of 2) sorted by relevance
242 static final CharSource BROKEN_CLOSE_SOURCE = new TestCharSource("ABC", CLOSE_THROWS); field in CharSourceTest249 = 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()
311 private static final ByteSource BROKEN_CLOSE_SOURCE field in ByteSourceTest325 = 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()