Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::os::linux::gmock::MockSystemTime Class Reference

System time mock implementation. More...

#include <Imt.Base.OS.Linux.GMock/inc/Imt.Base.OS.Linux.GMock/MockSystemTime.h>

Public Member Functions

 MOCK_METHOD ((std::chrono::time_point< std::chrono::system_clock >), systemNow,(),(noexcept))
 
 MOCK_METHOD ((std::chrono::time_point< std::chrono::steady_clock >), steadyNow,(),(noexcept))
 

Detailed Description

System time mock implementation.

Definition at line 19 of file MockSystemTime.h.

Member Function Documentation

◆ MOCK_METHOD() [1/2]

imt::base::os::linux::gmock::MockSystemTime::MOCK_METHOD ( (std::chrono::time_point< std::chrono::steady_clock >)  ,
steadyNow  ,
()  ,
(noexcept)   
)

◆ MOCK_METHOD() [2/2]

imt::base::os::linux::gmock::MockSystemTime::MOCK_METHOD ( (std::chrono::time_point< std::chrono::system_clock >)  ,
systemNow  ,
()  ,
(noexcept)   
)

The documentation for this class was generated from the following file: