See the wrapped `Tester::add_input_chars` function for details.
(self, golden_in: &str)
| 308 | impl ClientTester { |
| 309 | /// See the wrapped `Tester::add_input_chars` function for details. |
| 310 | pub fn add_input_chars(self, golden_in: &str) -> Self { |
| 311 | ClientTester { tester: self.tester.add_input_chars(golden_in), service: self.service } |
| 312 | } |
| 313 | |
| 314 | /// See the wrapped `Tester::get_console` function for details. |
| 315 | pub fn get_console(&self) -> Rc<RefCell<MockConsole>> { |
no outgoing calls
no test coverage detected