16#ifndef MOCKSYSTEMINFOPROVIDER_HPP
17#define MOCKSYSTEMINFOPROVIDER_HPP
20#include <gmock/gmock.h>
Definition of the ISystemInfoProvider interface.
Interface for providing system information to the display manager.
virtual QString getWifiStatus(QString &wifiName) const =0
virtual QString getTemperature() const =0
virtual QString getIpAddress() const =0
Class to emulate the behavior of the SystemInfoProvider module.
MOCK_METHOD(QString, getWifiStatus,(QString &wifiName),(const, override))
Mocked method to get the battery percentage.
MOCK_METHOD(QString, getTemperature,(),(const, override))
Mocked method to get the battery percentage.
MOCK_METHOD(QString, getIpAddress,(),(const, override))
Mocked method to get the battery percentage.