Unit tests for the rhusbMon application. More...

Namespaces | |
| namespace | libXWCTest::rhusbMonTest |
Namespace for rhusbMon unit tests. | |
Functions | |
| libXWCTest::rhusbMonTest::TEST_CASE ("rhusbMon placeholder harness instantiates the app", "[rhusbMon]") | |
| Verify the placeholder rhusbMon test harness instantiates the app cleanly. | |
| libXWCTest::rhusbMonTest::SCENARIO ("Parsing the temp response", "[rhusbMonParsers]") | |
| Verify the RH USB parser helpers decode temperature and humidity replies and reject malformed input. | |
Unit tests for the rhusbMon application.
Additional parser tests for the rhusbMon application.
| libXWCTest::rhusbMonTest::SCENARIO | ( | "Parsing the temp response" | , |
| "" | [rhusbMonParsers] | ||
| ) |
Verify the RH USB parser helpers decode temperature and humidity replies and reject malformed input.
Definition at line 33 of file rhusbMonParsers_test.cpp.
References MagAOX::app::RH::parseC(), and MagAOX::app::RH::parseH().
| libXWCTest::rhusbMonTest::TEST_CASE | ( | "rhusbMon placeholder harness instantiates the app" | , |
| "" | [rhusbMon] | ||
| ) |
Verify the placeholder rhusbMon test harness instantiates the app cleanly.
Definition at line 33 of file rhusbMon_test.cpp.