API
 
Loading...
Searching...
No Matches

Unit tests for the xt1121Ctrl application. More...

Collaboration diagram for xt1121Ctrl Unit Tests:

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.
 

Detailed Description

Unit tests for the xt1121Ctrl application.

Additional unit tests for the xt1121Ctrl application.

Function Documentation

◆ SCENARIO() [1/2]

libXWCTest::xt1121CtrlTest::SCENARIO ( "Setting channels from registers"  ,
""  [xtChannels] 
)

◆ SCENARIO() [2/2]

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().

◆ TEST_CASE()

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.