Catch2 tests for the xindiserver app. More...

Go to the source code of this file.
Namespaces | |
| namespace | libXWCTest |
| Namespace for all libXWC tests. | |
| namespace | libXWCTest::xindiserverTest |
Namespace for xindiserver unit tests. | |
Functions | |
| libXWCTest::xindiserverTest::SCENARIO ("xindiserver constructs inserver options", "[xindiserver]") | |
| Verify xindiserver builds command lines and tunnel-derived driver lists consistently. | |
| SCENARIO ("xindiserver constructs local driver arguments", "[xindiserver]") | |
| SCENARIO ("xindiserver constructs remote driver arguments", "[xindiserver]") | |
| SCENARIO ("xindiserver constructs both local and remote driver arguments", "[xindiserver]") | |
Catch2 tests for the xindiserver app.
Definition in file xindiserver_test.cpp.
| SCENARIO | ( | "xindiserver constructs both local and remote driver arguments" | , |
| "" | [xindiserver] | ||
| ) |
Definition at line 513 of file xindiserver_test.cpp.
References MagAOX::app::xindiserver::addLocalDrivers(), MagAOX::app::xindiserver::addRemoteDrivers(), MagAOX::app::loadSSHTunnelConfigs(), and XINDISERVER_E_DUPLICATEDRIVER.
| SCENARIO | ( | "xindiserver constructs local driver arguments" | , |
| "" | [xindiserver] | ||
| ) |
Definition at line 227 of file xindiserver_test.cpp.
References MagAOX::app::xindiserver::addLocalDrivers(), XINDISERVER_E_BADDRIVERSPEC, and XINDISERVER_E_DUPLICATEDRIVER.
| SCENARIO | ( | "xindiserver constructs remote driver arguments" | , |
| "" | [xindiserver] | ||
| ) |
Definition at line 317 of file xindiserver_test.cpp.
References MagAOX::app::xindiserver::addRemoteDrivers(), MagAOX::app::loadSSHTunnelConfigs(), XINDISERVER_E_BADDRIVERSPEC, XINDISERVER_E_DUPLICATEDRIVER, and XINDISERVER_E_TUNNELNOTFOUND.