#include <boost/test/unit_test.hpp>
#include "BackendFactory.h"
#include "Device.h"
#include "DummyBackend.h"
#include "DummyRegisterAccessor.h"
#include "OneDRegisterAccessor.h"
#include "WriteCountingBackend.h"
#include <boost/bind/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/function.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/make_shared.hpp>
#include <math.h>
#include <algorithm>
Go to the source code of this file.
◆ BOOST_TEST_DYN_LINK
| #define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
| #define BOOST_TEST_MODULE OneDRegisterAccessorTest |
◆ BOOST_FIXTURE_TEST_CASE() [1/2]
| BOOST_FIXTURE_TEST_CASE |
( |
testRegisterAccessor |
, |
|
|
Fixture |
|
|
) |
| |
◆ BOOST_FIXTURE_TEST_CASE() [2/2]
| BOOST_FIXTURE_TEST_CASE |
( |
testWriteIfDifferent |
, |
|
|
Fixture |
|
|
) |
| |