Gets the mock service client from the tester. This method should generally not be used. Its primary utility is to hook externally-instantiated commands into the testing features.
(&self)
| 321 | /// This method should generally not be used. Its primary utility is to hook |
| 322 | /// externally-instantiated commands into the testing features. |
| 323 | pub(crate) fn get_service(&self) -> Rc<RefCell<MockService>> { |
| 324 | self.service.clone() |
| 325 | } |
| 326 | |
| 327 | /// See the wrapped `Tester::get_storage` function for details. |
| 328 | pub fn get_storage(&self) -> Rc<RefCell<Storage>> { |
no outgoing calls
no test coverage detected