See the wrapped `Tester::get_console` function for details.
(&self)
| 313 | |
| 314 | /// See the wrapped `Tester::get_console` function for details. |
| 315 | pub fn get_console(&self) -> Rc<RefCell<MockConsole>> { |
| 316 | self.tester.get_console() |
| 317 | } |
| 318 | |
| 319 | /// Gets the mock service client from the tester. |
| 320 | /// |
no outgoing calls
no test coverage detected