Searched refs:BROKEN_GET_INPUT (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java61 static final InputSupplier<? extends Reader> BROKEN_GET_INPUT field in class:CharStreamsTest
62 = CharStreams.newReaderSupplier(ByteStreamsTest.BROKEN_GET_INPUT, UTF_8);
68 ImmutableSet.of(BROKEN_CLOSE_INPUT, BROKEN_GET_INPUT, BROKEN_READ);
H A DByteStreamsTest.java102 static final InputSupplier<InputStream> BROKEN_GET_INPUT = field in class:ByteStreamsTest
120 ImmutableSet.of(BROKEN_CLOSE_INPUT, BROKEN_GET_INPUT, BROKEN_READ);

Completed in 265 milliseconds