API
 
Loading...
Searching...
No Matches
libXWCTest::sysMonitorTest Namespace Reference

Namespace for sysMonitor unit tests. More...

Functions

 SCENARIO ("System monitor is constructed and CPU temperature results are passed in", "[sysMonitor]")
 Verify the sysMonitor parser helpers accept valid system-monitor lines and reject malformed input.
 
 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]")
 
 SCENARIO ("INDI Callbacks", "[sysMonitor]")
 Verify the sysMonitor INDI callback validator accepts only the expected property.
 

Detailed Description

Namespace for sysMonitor unit tests.

Function Documentation

◆ SCENARIO() [1/4]

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

Definition at line 105 of file sysMonitor_test.cpp.

References MagAOX::app::sysMonitor::parseCPULoads().

◆ SCENARIO() [2/4]

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

◆ SCENARIO() [3/4]

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

Definition at line 230 of file sysMonitor_test.cpp.

References MagAOX::app::sysMonitor::parseDiskUsage().

◆ SCENARIO() [4/4]

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

Definition at line 297 of file sysMonitor_test.cpp.

References MagAOX::app::sysMonitor::parseRamUsage().