Returns the shared event observer for this test harness.
(&self)
| 430 | |
| 431 | /// Returns the shared event observer for this test harness. |
| 432 | pub(crate) fn observer(&self) -> &MorselObserver { |
| 433 | &self.observer |
| 434 | } |
| 435 | |
| 436 | /// Specify the return planner for the specified file_path |
| 437 | pub(crate) fn with_planner(mut self, planner: impl Into<MockPlanner>) -> Self { |