(&mut self, phase: Phase)
| 1318 | |
| 1319 | impl SessionState for MockSession { |
| 1320 | fn set_phase(&mut self, phase: Phase) { |
| 1321 | self.phase = phase; |
| 1322 | } |
| 1323 | |
| 1324 | fn touch_interaction(&mut self) { |
| 1325 | self.interaction_touched.set(true); |
no outgoing calls
no test coverage detected