ChimeraTK-ApplicationCore  04.01.00
Tests::testAppModuleConnections Namespace Reference

Classes

struct  ConstantTestApplication
 
struct  ConstantTestModule
 
struct  SelfUnregisteringModule
 
struct  TestApplication
 
struct  TestAppSelfUnregisteringModule
 
struct  TestModuleConsume
 
struct  TestModuleFeed
 

Typedefs

using test_types = boost::mpl::list< int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, float, double >
 

Functions

 BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushAccessors, T, test_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testFourScalarPushAccessors, T, test_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoScalarPushPollAccessors, T, test_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoArrayAccessors, T, test_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testPseudoArray, T, test_types)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testConstants, T, test_types)
 
 BOOST_AUTO_TEST_CASE (testSelfUnregisteringModule)
 

Typedef Documentation

◆ test_types

using Tests::testAppModuleConnections::test_types = typedef boost::mpl::list<int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, float, double>

Definition at line 26 of file testAppModuleConnections.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE ( testSelfUnregisteringModule  )

Definition at line 440 of file testAppModuleConnections.cc.

+ Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [1/6]

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE ( testConstants  ,
,
test_types   
)

Definition at line 382 of file testAppModuleConnections.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [2/6]

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE ( testFourScalarPushAccessors  ,
,
test_types   
)

Definition at line 152 of file testAppModuleConnections.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [3/6]

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE ( testPseudoArray  ,
,
test_types   
)

Definition at line 322 of file testAppModuleConnections.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [4/6]

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE ( testTwoArrayAccessors  ,
,
test_types   
)

Definition at line 261 of file testAppModuleConnections.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [5/6]

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE ( testTwoScalarPushAccessors  ,
,
test_types   
)

Definition at line 109 of file testAppModuleConnections.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [6/6]

Tests::testAppModuleConnections::BOOST_AUTO_TEST_CASE_TEMPLATE ( testTwoScalarPushPollAccessors  ,
,
test_types   
)

Definition at line 221 of file testAppModuleConnections.cc.