Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java49 static final InputSupplier<? extends Reader> BROKEN_READ field in CharStreamsTest
50 = 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()
DByteStreamsTest.java50 static final InputSupplier<InputStream> BROKEN_READ field in ByteStreamsTest
120 ImmutableSet.of(BROKEN_CLOSE_INPUT, BROKEN_GET_INPUT, BROKEN_READ);
188 = newCheckInput(BROKEN_READ); in testAlwaysCloses()