Searched refs:TestOutputStream (Results 1 – 10 of 10) sorted by relevance
37 private static class TestOutputStream extends ByteArrayOutputStream { class in CipherOutputStreamTest56 TestOutputStream tos = new TestOutputStream(); in testCipherOutputStream()72 TestOutputStream tos = new TestOutputStream(); in testWrite1()90 TestOutputStream tos = new TestOutputStream(); in testWrite2()105 TestOutputStream tos = new TestOutputStream(); in testWrite3()148 TestOutputStream tos = new TestOutputStream(); in testFlush()164 TestOutputStream tos = new TestOutputStream(); in testClose()
31 private final TestOutputStream out;34 this(new TestOutputStream(ByteStreams.nullOutputStream(), options)); in TestWriter()37 public TestWriter(TestOutputStream out) { in TestWriter()
34 public class TestOutputStream extends FilterOutputStream { class39 public TestOutputStream(OutputStream out, TestOption... options) throws IOException { in TestOutputStream() method in TestOutputStream43 public TestOutputStream(OutputStream out, Iterable<TestOption> options) throws IOException { in TestOutputStream() method in TestOutputStream
63 private final class Out extends TestOutputStream {
239 TestOutputStream out = new TestOutputStream(ByteStreams.nullOutputStream()); in testCopyToStream_doesNotCloseThatStream()273 OutputStream out = new TestOutputStream(ByteStreams.nullOutputStream(), WRITE_THROWS); in testClosesOnErrors_copyingToOutputStreamThatThrows()
6 class TestOutputStream(object): class
40 self._stream = stream.TestOutputStream()
18 self._test_output_stream = stream.TestOutputStream()
39 self._output_stream = stream.TestOutputStream()
36 self._stream = stream.TestOutputStream()