Set a name for the current test, to give more clear error messages. */
| 88 | |
| 89 | /** Set a name for the current test, to give more clear error messages. */ |
| 90 | void SetTestName(std::string testname) |
| 91 | { |
| 92 | m_testname = std::move(testname); |
| 93 | } |
| 94 | |
| 95 | /** Advance this Scenario's time; this affects the timestamps newly scheduled events get. */ |
| 96 | void AdvanceTime(std::chrono::microseconds amount) |
no outgoing calls
no test coverage detected