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. | |
Namespace for sysMonitor unit tests.
| 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().
| libXWCTest::sysMonitorTest::SCENARIO | ( | "System monitor is constructed and disk temperature result is passed in" | , |
| "" | [sysMonitor] | ||
| ) |
Definition at line 169 of file sysMonitor_test.cpp.
References MagAOX::app::sysMonitor::parseDiskTemperature().
| 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().
| 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().