Lines Matching defs:TestIo
230 struct TestIo {
235 impl TestIo {
241 impl Read for TestIo {
302 let io = TestIo::new(Vec::new());
328 // Use TestIo.
329 let io = TestIo::new(vec![1u8; 1025]);
363 // Use TestIo.
364 let io = TestIo::new(vec![1u8; 1]);
396 let io = TestIo::new(vec![1u8; 1]);
416 let io = TestIo::new(vec![1u8; 1]);
435 let io = TestIo::new(vec![1u8, b'\n', 2, b'\n', 3]);
483 let io = TestIo::new(vec![1]);
509 let io = TestIo::new(Vec::new());
529 let io = TestIo::new(Vec::new());
538 let io = TestIo::new(input);
562 let io = TestIo::new(Vec::new());
580 let io = TestIo::new(Vec::new());
599 let io = TestIo::new(Vec::new());