Mocking and getting mocked time values.
Definition in file mock_now.hpp.
Go to the source code of this file.
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | utils |
| Utilities. | |
| namespace | utils::datetime |
| Date and time utilities. | |
Functions | |
| void | utils::datetime::MockNowSet (std::chrono::system_clock::time_point new_mocked_now) |
| void | utils::datetime::MockSleep (std::chrono::milliseconds duration) |
| void | utils::datetime::MockNowUnset () noexcept |
| bool | utils::datetime::IsMockNow () noexcept |