API
 
Loading...
Searching...
No Matches

Unit tests for the rhusbMon application. More...

Collaboration diagram for rhusbMon Unit Tests:

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.
 

Detailed Description

Unit tests for the rhusbMon application.

Additional parser tests for the rhusbMon application.

Function Documentation

◆ SCENARIO()

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().

◆ TEST_CASE()

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.