Unit tests for the xt1121Ctrl application. More...

Namespaces | |
| namespace | libXWCTest::xt1121CtrlTest |
Namespace for xt1121Ctrl unit tests. | |
Functions | |
| libXWCTest::xt1121CtrlTest::TEST_CASE ("xt1121Ctrl placeholder harness instantiates the app", "[xt1121Ctrl]") | |
| Verify the placeholder xt1121Ctrl test harness instantiates the app cleanly. | |
| libXWCTest::xt1121CtrlTest::SCENARIO ("Setting channels from registers", "[xtChannels]") | |
Verify xt1121Channels translates between register bitmasks and channel states. | |
| libXWCTest::xt1121CtrlTest::SCENARIO ("Setting registers from channels", "[xtChannels]") | |
Verify xt1121Channels rebuilds register bitmasks from the selected output channels. | |
Unit tests for the xt1121Ctrl application.
Additional unit tests for the xt1121Ctrl application.
| libXWCTest::xt1121CtrlTest::SCENARIO | ( | "Setting channels from registers" | , |
| "" | [xtChannels] | ||
| ) |
Verify xt1121Channels translates between register bitmasks and channel states.
Definition at line 33 of file xtChannels_test.cpp.
References xtChannels< _numChannels >::channel(), xtChannels< _numChannels >::clearAll(), xtChannels< _numChannels >::readRegisters(), xtChannels< _numChannels >::setChannel(), and xtChannels< _numChannels >::setRegisters().
| libXWCTest::xt1121CtrlTest::SCENARIO | ( | "Setting registers from channels" | , |
| "" | [xtChannels] | ||
| ) |
Verify xt1121Channels rebuilds register bitmasks from the selected output channels.
Definition at line 608 of file xtChannels_test.cpp.
References xtChannels< _numChannels >::clearAll(), xtChannels< _numChannels >::setChannel(), xtChannels< _numChannels >::setInputOnly(), and xtChannels< _numChannels >::setRegisters().
| libXWCTest::xt1121CtrlTest::TEST_CASE | ( | "xt1121Ctrl placeholder harness instantiates the app" | , |
| "" | [xt1121Ctrl] | ||
| ) |
Verify the placeholder xt1121Ctrl test harness instantiates the app cleanly.
Definition at line 33 of file xt1121Ctrl_test.cpp.