ChimeraTK-ApplicationCore  04.01.00
Tests::testIllegalNetworks Namespace Reference

Classes

struct  CircularConnectionApp
 
struct  CircularConnectionApp2
 
struct  CircularConnectionModule
 
struct  CircularConnectionModuleWithIntermediateGroup
 
struct  TestApplication1
 
struct  TestApplication3
 
struct  TestApplication4
 
struct  TestApplication5
 
struct  TestApplication6
 

Typedefs

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

Functions

 BOOST_AUTO_TEST_CASE (testTwoScalarPollPushAccessors)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testTwoFeeders, T, TestTypes)
 
 BOOST_AUTO_TEST_CASE (testTooManyPollingConsumers)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testDifferentNrElements, T, TestTypes)
 
 BOOST_AUTO_TEST_CASE_TEMPLATE (testDifferentZeroElementsNonVoid, T, TestTypes)
 
 BOOST_AUTO_TEST_CASE (testCircularModule)
 
 BOOST_AUTO_TEST_CASE (testCircularModule2)
 

Typedef Documentation

◆ TestTypes

using Tests::testIllegalNetworks::TestTypes = typedef boost::mpl::list<int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, float, double, ctk::Boolean>

Definition at line 27 of file testIllegalNetworks.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE ( testCircularModule  )

Definition at line 245 of file testIllegalNetworks.cc.

◆ BOOST_AUTO_TEST_CASE() [2/4]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE ( testCircularModule2  )

Definition at line 250 of file testIllegalNetworks.cc.

◆ BOOST_AUTO_TEST_CASE() [3/4]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE ( testTooManyPollingConsumers  )

Definition at line 121 of file testIllegalNetworks.cc.

+ Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE ( testTwoScalarPollPushAccessors  )

Definition at line 50 of file testIllegalNetworks.cc.

+ Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [1/3]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE_TEMPLATE ( testDifferentNrElements  ,
,
TestTypes   
)

Definition at line 157 of file testIllegalNetworks.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [2/3]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE_TEMPLATE ( testDifferentZeroElementsNonVoid  ,
,
TestTypes   
)

Definition at line 187 of file testIllegalNetworks.cc.

◆ BOOST_AUTO_TEST_CASE_TEMPLATE() [3/3]

Tests::testIllegalNetworks::BOOST_AUTO_TEST_CASE_TEMPLATE ( testTwoFeeders  ,
,
TestTypes   
)

Definition at line 87 of file testIllegalNetworks.cc.