#include <boost/test/unit_test.hpp>
#include "Device.h"
#include "RebotDummyServer.h"
#include <condition_variable>
#include <chrono>
#include <thread>
Go to the source code of this file.
◆ BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE RebotConnectionTimeoutTest |
◆ BOOST_FIXTURE_TEST_CASE() [1/3]
BOOST_FIXTURE_TEST_CASE |
( |
testOpenConnection |
, |
|
|
F |
|
|
) |
| |
◆ BOOST_FIXTURE_TEST_CASE() [2/3]
BOOST_FIXTURE_TEST_CASE |
( |
testReadTimeout |
, |
|
|
F |
|
|
) |
| |
◆ BOOST_FIXTURE_TEST_CASE() [3/3]
BOOST_FIXTURE_TEST_CASE |
( |
testWriteTimeout |
, |
|
|
F |
|
|
) |
| |