verify the first run is in specified time range.
| 74 | |
| 75 | // verify the first run is in specified time range. |
| 76 | void expect_first_run() |
| 77 | { |
| 78 | expect_first_run(_expect_run_time); |
| 79 | } |
| 80 | |
| 81 | void expect_first_run(timespec expect_run_time) |
| 82 | { |
no test coverage detected