Catch2 tests for the sysMonitor app. More...
#include "../../../tests/testXWC.hpp"#include "../../../tests/testMacrosINDI.hpp"#include "../sysMonitor.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | libXWCTest |
| Namespace for all libXWC tests. | |
| namespace | libXWCTest::sysMonitorTest |
Namespace for sysMonitor unit tests. | |
Functions | |
| libXWCTest::sysMonitorTest::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. | |
| libXWCTest::sysMonitorTest::SCENARIO ("System monitor is constructed and CPU load results are passed in", "[sysMonitor]") | |
| libXWCTest::sysMonitorTest::SCENARIO ("System monitor is constructed and disk temperature result is passed in", "[sysMonitor]") | |
| libXWCTest::sysMonitorTest::SCENARIO ("System monitor is constructed and disk usage result is passed in", "[sysMonitor]") | |
| libXWCTest::sysMonitorTest::SCENARIO ("System monitor is constructed and ram usage result is passed in", "[sysMonitor]") | |
| libXWCTest::sysMonitorTest::SCENARIO ("INDI Callbacks", "[sysMonitor]") | |
| Verify the sysMonitor INDI callback validator accepts only the expected property. | |
Catch2 tests for the sysMonitor app.
Definition in file sysMonitor_test.cpp.