3#ifndef IMT_BASE_OS_LINUX_GMOCK_MOCKOS_H
4#define IMT_BASE_OS_LINUX_GMOCK_MOCKOS_H
104 static
MockOS* s_pInstance;
105 std::unique_ptr<::testing::NiceMock<
MockFileIo>> m_mockFileIo;
109 std::unique_ptr<::testing::NiceMock<
MockProcess>> m_mockProcess;
110 std::unique_ptr<::testing::NiceMock<
MockSerialPort>> m_mockSerialPort;
111 std::unique_ptr<::testing::NiceMock<
MockSystemTime>> m_mockSystemTime;
112 std::unique_ptr<::testing::NiceMock<
MockThread>> m_mockThread;
Cpu statistics mock implementation.
File io mock implementation.
Memory statistics mock implementation.
Network interface mock implementation.
Mock manager, which will be the entry point for all MockObjects.
::testing::NiceMock< MockThread > & thread()
Gets the mock object for the thread.
::testing::NiceMock< MockMemoryStatistics > & memoryStatistics()
Gets the mock object for the memory statistics.
MockOS(MockOS const &)=delete
Rule of five.
::testing::NiceMock< MockCpuStatistics > & cpuStatistics()
Gets the mock object for the cpu statistics.
static MockOS & getInstance()
Gets the mock instance.
MockOS & operator=(MockOS const &)=delete
::testing::NiceMock< MockFileIo > & fileIo()
Gets the mock object for the file io handling.
MockOS(MockOS &&) noexcept=delete
::testing::NiceMock< MockSerialPort > & serialPort()
Gets the mock object for the serial port.
::testing::NiceMock< MockProcess > & process()
Gets the mock object for the process functions.
::testing::NiceMock< MockNetworkInterface > & networkInterface()
Gets the mock object for the network interface.
::testing::NiceMock< MockSystemTime > & systemTime()
Gets the mock object for the system time.
Process mock implementation.
Serial port mock implementation.
System time mock implementation.
Mock thread implementation.
This is a application specific file which is used to configure Imt.Base.Core.Math.