#include <boost/test/unit_test.hpp>
#include "Device.h"
#include "DummyBackend.h"
#include "ExceptionDummyBackend.h"
#include <future>
Go to the source code of this file.
◆ BOOST_TEST_DYN_LINK
| #define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
| #define BOOST_TEST_MODULE VoidRegisterAccessorTest |
◆ BOOST_AUTO_TEST_CASE() [1/4]
| BOOST_AUTO_TEST_CASE |
( |
TestAsyncRO |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
| BOOST_AUTO_TEST_CASE |
( |
TestAsyncRW |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
| BOOST_AUTO_TEST_CASE |
( |
TestSyncRO |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
| BOOST_AUTO_TEST_CASE |
( |
TestSyncW |
| ) |
|
◆ testAsyncRO()
| void testAsyncRO |
( |
RegisterPath |
name, |
|
|
unsigned int |
interruptNumber |
|
) |
| |