(#[case] duration: Duration, #[case] expected: &str)
| 1015 | |
| 1016 | // Set up expectations for clock2: single read 195 |
| 1017 | mock_clock2 |
| 1018 | .expect_get_time() |
| 1019 | .times(1) |
| 1020 | .returning(|| Time::new(195)); |
| 1021 | |
| 1022 | // Test the get_offset_and_rtt method |
nothing calls this directly
no outgoing calls
no test coverage detected