#include "../../../tests/catch2/catch.hpp"
#include "../../tests/testMacrosINDI.hpp"
#include "../sysMonitor.hpp"
Go to the source code of this file.
|
| SCENARIO ("System monitor is constructed and CPU temperature results are passed in", "[sysMonitor]") |
|
| SCENARIO ("System monitor is constructed and CPU load results are passed in", "[sysMonitor]") |
|
| SCENARIO ("System monitor is constructed and disk temperature result is passed in", "[sysMonitor]") |
|
| SCENARIO ("System monitor is constructed and disk usage result is passed in", "[sysMonitor]") |
|
| SCENARIO ("System monitor is constructed and ram usage result is passed in", "[sysMonitor]") |
|
| SYSMONTEST::SCENARIO ("INDI Callbacks", "[sysMonitor]") |
|
◆ SCENARIO() [1/5]
SCENARIO |
( |
"System monitor is constructed and CPU load results are passed in" |
, |
|
|
"" |
[sysMonitor] |
|
) |
| |
◆ SCENARIO() [2/5]
SCENARIO |
( |
"System monitor is constructed and CPU temperature results are passed in" |
, |
|
|
"" |
[sysMonitor] |
|
) |
| |
◆ SCENARIO() [3/5]
SCENARIO |
( |
"System monitor is constructed and disk temperature result is passed in" |
, |
|
|
"" |
[sysMonitor] |
|
) |
| |
◆ SCENARIO() [4/5]
SCENARIO |
( |
"System monitor is constructed and disk usage result is passed in" |
, |
|
|
"" |
[sysMonitor] |
|
) |
| |
◆ SCENARIO() [5/5]
SCENARIO |
( |
"System monitor is constructed and ram usage result is passed in" |
, |
|
|
"" |
[sysMonitor] |
|
) |
| |