Unit tests for the tcsInterface application. More...

Namespaces | |
| namespace | libXWCTest::tcsInterfaceTest |
Namespace for tcsInterface unit tests. | |
Functions | |
| libXWCTest::tcsInterfaceTest::SCENARIO ("INDI Callbacks", "[tcsInterface]") | |
| Verify the tcsInterface callback validators accept only the expected properties. | |
| libXWCTest::tcsInterfaceTest::SCENARIO ("Parsing times in x:m:s format", "[tcsInterface]") | |
Verify tcsInterface::parse_xms() accepts valid time strings and rejects malformed values. | |
Unit tests for the tcsInterface application.
| libXWCTest::tcsInterfaceTest::SCENARIO | ( | "INDI Callbacks" | , |
| "" | [tcsInterface] | ||
| ) |
Verify the tcsInterface callback validators accept only the expected properties.
Definition at line 61 of file tcsInterface_test.cpp.
References MagAOX::app::tcsInterface::parse_xms(), and XWCTEST_INDI_NEW_CALLBACK.
| libXWCTest::tcsInterfaceTest::SCENARIO | ( | "Parsing times in x:m:s format" | , |
| "" | [tcsInterface] | ||
| ) |
Verify tcsInterface::parse_xms() accepts valid time strings and rejects malformed values.
Definition at line 93 of file tcsInterface_test.cpp.