ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
Tests::testDeviceInitialisationHandler Namespace Reference

Classes

struct  TestApplication
 

Functions

void initialiseReg1 (ChimeraTK::Device &)
 
void initialiseReg2 (ChimeraTK::Device &)
 
void initialiseReg3 (ChimeraTK::Device &)
 
 BOOST_AUTO_TEST_CASE (TestBasicInitialisation)
 
 BOOST_AUTO_TEST_CASE (TestMultipleInitialisationHandlers)
 
 BOOST_AUTO_TEST_CASE (TestInitialisationException)
 
 BOOST_AUTO_TEST_CASE (TestDeviceClosedInInitHandler)
 B.3.2.2.1 The device is closed before the initialisation handler is called.
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE ( TestBasicInitialisation  )

Definition at line 59 of file testDeviceInitialisationHandler.cc.

◆ BOOST_AUTO_TEST_CASE() [2/4]

Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE ( TestDeviceClosedInInitHandler  )

B.3.2.2.1 The device is closed before the initialisation handler is called.

Definition at line 282 of file testDeviceInitialisationHandler.cc.

◆ BOOST_AUTO_TEST_CASE() [3/4]

Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE ( TestInitialisationException  )

Definition at line 159 of file testDeviceInitialisationHandler.cc.

◆ BOOST_AUTO_TEST_CASE() [4/4]

Tests::testDeviceInitialisationHandler::BOOST_AUTO_TEST_CASE ( TestMultipleInitialisationHandlers  )

Definition at line 107 of file testDeviceInitialisationHandler.cc.

◆ initialiseReg1()

void Tests::testDeviceInitialisationHandler::initialiseReg1 ( ChimeraTK::Device )

Definition at line 32 of file testDeviceInitialisationHandler.cc.

◆ initialiseReg2()

void Tests::testDeviceInitialisationHandler::initialiseReg2 ( ChimeraTK::Device )

Definition at line 39 of file testDeviceInitialisationHandler.cc.

◆ initialiseReg3()

void Tests::testDeviceInitialisationHandler::initialiseReg3 ( ChimeraTK::Device )

Definition at line 44 of file testDeviceInitialisationHandler.cc.