#include <boost/test/unit_test.hpp>
#include "Device.h"
#include "DeviceAccessVersion.h"
#include "DeviceBackendImpl.h"
#include "ReadAnyGroup.h"
#include <boost/thread.hpp>
#include <algorithm>
#include <atomic>
#include <chrono>
#include <future>
#include <thread>
Go to the source code of this file.
|
std::string | cdd = "(AsyncTestDummy)" |
|
◆ BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE AsyncReadTest |
◆ BOOST_AUTO_TEST_CASE() [1/6]
BOOST_AUTO_TEST_CASE |
( |
testAsyncRead |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/6]
BOOST_AUTO_TEST_CASE |
( |
testReadAny |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/6]
BOOST_AUTO_TEST_CASE |
( |
testReadAnyException |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/6]
BOOST_AUTO_TEST_CASE |
( |
testReadAnyInvalid |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/6]
BOOST_AUTO_TEST_CASE |
( |
testReadAnyWithPoll |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/6]
BOOST_AUTO_TEST_CASE |
( |
testWaitAny |
| ) |
|
◆ cdd
std::string cdd = "(AsyncTestDummy)" |