API
sysMonitor_test.cpp File Reference
Include dependency graph for sysMonitor_test.cpp:

Go to the source code of this file.

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

Function Documentation

◆ SCENARIO() [1/5]

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

Definition at line 81 of file sysMonitor_test.cpp.

◆ SCENARIO() [2/5]

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

Definition at line 20 of file sysMonitor_test.cpp.

◆ SCENARIO() [3/5]

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

Definition at line 135 of file sysMonitor_test.cpp.

◆ SCENARIO() [4/5]

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

Definition at line 196 of file sysMonitor_test.cpp.

◆ SCENARIO() [5/5]

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

Definition at line 258 of file sysMonitor_test.cpp.