Searched refs:BROKEN_READ (Results 1 – 2 of 2) sorted by relevance
49 static final InputSupplier<? extends Reader> BROKEN_READ field in CharStreamsTest50 = CharStreams.newReaderSupplier(ByteStreamsTest.BROKEN_READ, UTF_8);68 ImmutableSet.of(BROKEN_CLOSE_INPUT, BROKEN_GET_INPUT, BROKEN_READ);166 CheckCloseSupplier.Input<Reader> brokenRead = newCheckReader(BROKEN_READ); in testAlwaysCloses()
50 static final InputSupplier<InputStream> BROKEN_READ field in ByteStreamsTest120 ImmutableSet.of(BROKEN_CLOSE_INPUT, BROKEN_GET_INPUT, BROKEN_READ);188 = newCheckInput(BROKEN_READ); in testAlwaysCloses()