Unit tests for the siglentSDG application. More...

Namespaces | |
| namespace | libXWCTest::siglentSDGTest |
Namespace for siglentSDG unit tests. | |
Functions | |
| libXWCTest::siglentSDGTest::TEST_CASE ("siglentSDG parser placeholder harness compiles", "[siglentSDG]") | |
| Verify the placeholder siglentSDG parser test harness instantiates the helper paths cleanly. | |
| libXWCTest::siglentSDGTest::SCENARIO ("INDI Callbacks", "[siglentSDG]") | |
| Verify siglentSDG callback validation and parser helpers behave as expected. | |
| libXWCTest::siglentSDGTest::TEST_CASE ("auto pulse width from frequency", "[siglentSDG]") | |
| Verify automatic pulse width calculation across the requested frequency regimes. | |
Unit tests for the siglentSDG application.
| libXWCTest::siglentSDGTest::SCENARIO | ( | "INDI Callbacks" | , |
| "" | [siglentSDG] | ||
| ) |
Verify siglentSDG callback validation and parser helpers behave as expected.
Definition at line 64 of file siglentSDG_test.cpp.
References MagAOX::app::parseOUTP(), and XWCTEST_INDI_NEW_CALLBACK.
| libXWCTest::siglentSDGTest::TEST_CASE | ( | "auto pulse width from frequency" | , |
| "" | [siglentSDG] | ||
| ) |
Verify automatic pulse width calculation across the requested frequency regimes.
Definition at line 187 of file siglentSDG_test.cpp.
References MagAOX::app::autoPulseWidthFromFrequency().
| libXWCTest::siglentSDGTest::TEST_CASE | ( | "siglentSDG parser placeholder harness compiles" | , |
| "" | [siglentSDG] | ||
| ) |
Verify the placeholder siglentSDG parser test harness instantiates the helper paths cleanly.
Definition at line 33 of file siglentSDG_parsers_test.cpp.