API
sysMonitor_test.cpp File Reference
#include "../../../tests/catch2/catch.hpp"
#include "../../tests/testMacrosINDI.hpp"
#include "../sysMonitor.hpp"
Include dependency graph for sysMonitor_test.cpp:

Go to the source code of this file.

Classes

class  SYSMONTEST::sysMonitor_test
 

Namespaces

 SYSMONTEST
 

Functions

 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]")
 

Function Documentation

◆ SCENARIO() [1/5]

SCENARIO ( "System monitor is constructed and CPU load results are passed in"  ,
""  [sysMonitor] 
)

Definition at line 83 of file sysMonitor_test.cpp.

◆ SCENARIO() [2/5]

SCENARIO ( "System monitor is constructed and CPU temperature results are passed in"  ,
""  [sysMonitor] 
)

Definition at line 22 of file sysMonitor_test.cpp.

◆ SCENARIO() [3/5]

SCENARIO ( "System monitor is constructed and disk temperature result is passed in"  ,
""  [sysMonitor] 
)

Definition at line 137 of file sysMonitor_test.cpp.

◆ SCENARIO() [4/5]

SCENARIO ( "System monitor is constructed and disk usage result is passed in"  ,
""  [sysMonitor] 
)

Definition at line 198 of file sysMonitor_test.cpp.

◆ SCENARIO() [5/5]

SCENARIO ( "System monitor is constructed and ram usage result is passed in"  ,
""  [sysMonitor] 
)

Definition at line 260 of file sysMonitor_test.cpp.