Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
MockSystemInfoProvider Class Reference

Class to emulate the behavior of the SystemInfoProvider module. More...

#include <MockSystemInfoProvider.hpp>

Public Member Functions

 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.
 
- Public Member Functions inherited from ISystemInfoProvider
virtual ~ISystemInfoProvider ()=default
 
virtual QString getWifiStatus (QString &wifiName) const =0
 
virtual QString getTemperature () const =0
 
virtual QString getIpAddress () const =0
 

Detailed Description

Class to emulate the behavior of the SystemInfoProvider module.

Definition at line 26 of file MockSystemInfoProvider.hpp.

Member Function Documentation

◆ MOCK_METHOD() [1/3]

MockSystemInfoProvider::MOCK_METHOD ( QString ,
getIpAddress ,
() ,
(const, override)  )

Mocked method to get the battery percentage.

Here is the call graph for this function:

◆ MOCK_METHOD() [2/3]

MockSystemInfoProvider::MOCK_METHOD ( QString ,
getTemperature ,
() ,
(const, override)  )

Mocked method to get the battery percentage.

Here is the call graph for this function:

◆ MOCK_METHOD() [3/3]

MockSystemInfoProvider::MOCK_METHOD ( QString ,
getWifiStatus ,
(QString &wifiName) ,
(const, override)  )

Mocked method to get the battery percentage.

Here is the call graph for this function:

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