Searched refs:tenMillionEmptySources (Results 1 – 2 of 2) sorted by relevance
123 assertEquals(-1, tenMillionEmptySources().read()); in testReadSingle_noStackOverflow()129 assertEquals(-1, tenMillionEmptySources().read(new byte[1])); in testReadArray_noStackOverflow()132 private static MultiInputStream tenMillionEmptySources() throws IOException { in tenMillionEmptySources() method in MultiInputStreamTest