API
 
Loading...
Searching...
No Matches

Unit tests for the tcsInterface application. More...

Collaboration diagram for tcsInterface Unit Tests:

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.
 

Detailed Description

Unit tests for the tcsInterface application.

Function Documentation

◆ SCENARIO() [1/2]

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.

◆ SCENARIO() [2/2]

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.