Set a name for the current test, to give more clear error messages. */
| 73 | |
| 74 | /** Set a name for the current test, to give more clear error messages. */ |
| 75 | void SetTestName(std::string testname) |
| 76 | { |
| 77 | m_testname = std::move(testname); |
| 78 | } |
| 79 | |
| 80 | /** Advance this Scenario's time; this affects the timestamps newly scheduled events get. */ |
| 81 | void AdvanceTime(std::chrono::microseconds amount) |
no outgoing calls
no test coverage detected