#include "ScalarAccessor.h"
#include <ChimeraTK/DeviceBackend.h>
#include <ChimeraTK/ReadAnyGroup.h>
#include <ChimeraTK/SharedDummyBackend.h>
#include <ChimeraTK/TransferElement.h>
#include <ChimeraTK/VoidRegisterAccessor.h>
#include <boost/smart_ptr/shared_ptr.hpp>
#include "Application.h"
#include "ApplicationModule.h"
#include "check_timeout.h"
#include "DeviceModule.h"
#include "Logger.h"
#include "TestFacility.h"
#include <ChimeraTK/BackendFactory.h>
#include <ChimeraTK/Device.h>
#include <boost/test/included/unit_test.hpp>
#include <cstdint>
Go to the source code of this file.
◆ BOOST_TEST_MODULE
| #define BOOST_TEST_MODULE reverseRecoveryTest |
◆ BOOST_AUTO_TEST_CASE() [1/15]
| BOOST_AUTO_TEST_CASE |
( |
testConstantFeederInversion |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/15]
| BOOST_AUTO_TEST_CASE |
( |
testDirectThreadedFanOutWithReturn |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/15]
| BOOST_AUTO_TEST_CASE |
( |
testFanOutWithExplicitAccessor02 |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/15]
| BOOST_AUTO_TEST_CASE |
( |
testFanOutWithExplicitAccessor03 |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/15]
| BOOST_AUTO_TEST_CASE |
( |
testFeedingFanOutWithExplicitAccessor |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/15]
| BOOST_AUTO_TEST_CASE |
( |
testRecoveryFromAppDirect |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryBitAccessorDirect |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryBitAccessorFanOut |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryBitAccessorMultipleInModule |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryFromApp |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryFromCS |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryNetworkWoOptimized |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryPromotingDeviceWoToFeeder |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [14/15]
| BOOST_AUTO_TEST_CASE |
( |
testReverseRecoveryWithAdditionalInput |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [15/15]
| BOOST_AUTO_TEST_CASE |
( |
testThreadedFanOutWithReturnOnlyRecoverValue |
| ) |
|