![]() |
ChimeraTK-ApplicationCore 04.07.01
|
#include "Application.h"#include "check_timeout.h"#include "DeviceModule.h"#include "TestFacility.h"#include "Utilities.h"#include <ChimeraTK/Device.h>#include <ChimeraTK/ExceptionDummyBackend.h>#include <boost/test/included/unit_test.hpp>#include <cstdlib>
Include dependency graph for testDeviceInitialisationHandler.cc:Go to the source code of this file.
Classes | |
| struct | Tests::testDeviceInitialisationHandler::TestApplication |
Namespaces | |
| namespace | Tests |
| namespace | Tests::testDeviceInitialisationHandler |
Macros | |
| #define | BOOST_TEST_MODULE testDeviceInitialisationHandler |
Functions | |
| void | Tests::testDeviceInitialisationHandler::initialiseReg1 (ChimeraTK::Device &) |
| void | Tests::testDeviceInitialisationHandler::initialiseReg2 (ChimeraTK::Device &) |
| void | Tests::testDeviceInitialisationHandler::initialiseReg3 (ChimeraTK::Device &) |
| Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE (TestBasicInitialisation) | |
| Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE (TestMultipleInitialisationHandlers) | |
| Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE (TestInitialisationException) | |
| Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE (TestDeviceClosedInInitHandler) | |
| B.3.2.2.1 The device is closed before the initialisation handler is called. | |
| #define BOOST_TEST_MODULE testDeviceInitialisationHandler |
Definition at line 4 of file testDeviceInitialisationHandler.cc.