ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
testExceptionHandling.cc File Reference
#include "check_timeout.h"
#include "DeviceModule.h"
#include "fixtures.h"
#include "ScalarAccessor.h"
#include <ChimeraTK/BackendFactory.h>
#include <ChimeraTK/Device.h>
#include <ChimeraTK/DummyRegisterAccessor.h>
#include <ChimeraTK/ExceptionDummyBackend.h>
#include <ChimeraTK/NDRegisterAccessor.h>
#include <boost/mpl/list.hpp>
#include <chrono>
#include <cstring>
#include <future>
#include <boost/test/included/unit_test.hpp>
+ Include dependency graph for testExceptionHandling.cc:

Go to the source code of this file.

Namespaces

namespace  Tests
 
namespace  Tests::testExceptionHandling
 

Macros

#define BOOST_TEST_MODULE   testExceptionHandling
 
#define BOOST_NO_EXCEPTIONS
 

Typedefs

using Tests::testExceptionHandling::Fixture = FixtureWithPollAndPushInput< false >
 
using Tests::testExceptionHandling::Fixture_initHandlers = FixtureWithPollAndPushInput< false, true >
 
using Tests::testExceptionHandling::Fixture_secondDeviceBroken = FixtureWithPollAndPushInput< false, false, true >
 

Functions

 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_1, Fixture)
 B.2.1
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_2_poll, Fixture)
 B.2.2.2
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_2_push, Fixture)
 B.2.2.2
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_3, Fixture)
 B.2.2.3
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_3_TriggerFanOut, Fixture)
 B.2.2.3
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_blocking, Fixture)
 B.2.2.4
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_nonBlocking, Fixture)
 B.2.2.4
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_any, Fixture)
 B.2.2.4
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_latest, Fixture)
 B.2.2.4
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_ThFO, Fixture)
 B.2.2.4
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_TrFO, Fixture)
 B.2.2.4
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_1_nonBlocking, Fixture)
 B.2.2.4.1
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_1_latest, Fixture)
 B.2.2.4.1
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_2, Fixture)
 B.2.2.4.2
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_4_3, Fixture)
 B.2.2.4.3
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_5, Fixture)
 B.2.2.5
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_2_6, Fixture)
 B.2.2.6
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_3_3, Fixture)
 B.2.3.3
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_3_5, Fixture)
 B.2.3.5
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_2_5, Fixture)
 B.2.5
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_3_2_2, Fixture_initHandlers)
 B.3.2.2
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_3_2_3, Fixture_initHandlers)
 B.3.2.3
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_3_2_5, Fixture_initHandlers)
 B.3.2.5
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_3_2_6, Fixture_initHandlers)
 B.3.2.6
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_4_1, Fixture_secondDeviceBroken)
 B.4.1
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_5, Fixture)
 B.5
 
 Tests::testExceptionHandling::BOOST_FIXTURE_TEST_CASE (B_5_1, Fixture)
 B.5.1
 

Macro Definition Documentation

◆ BOOST_NO_EXCEPTIONS

#define BOOST_NO_EXCEPTIONS

Definition at line 23 of file testExceptionHandling.cc.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   testExceptionHandling

Definition at line 3 of file testExceptionHandling.cc.