ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
testCircularDependencyFaultyFlags.cc File Reference
#include <boost/test/included/unit_test.hpp>
#include "ApplicationModule.h"
#include "DeviceModule.h"
#include "ScalarAccessor.h"
#include "TestFacility.h"
#include "VariableGroup.h"
+ Include dependency graph for testCircularDependencyFaultyFlags.cc:

Go to the source code of this file.

Classes

struct  Tests::testCircularDependencyFaultyFlags::TestModuleBase
 The base module has the inputs and outputs for the circular dependency. More...
 
struct  Tests::testCircularDependencyFaultyFlags::ModuleA
 ModuleA has two additional inputs to get invalidity flags. It is reading all inputs with ReadAny. More...
 
struct  Tests::testCircularDependencyFaultyFlags::ModuleC
 ModuleC has a trigger together with a readAll.; (it's a trigger for the circle because there is always something at the circular inputs) More...
 
struct  Tests::testCircularDependencyFaultyFlags::ModuleD
 Involve the DeviceModule. Here are some variables from a test device. More...
 
struct  Tests::testCircularDependencyFaultyFlags::TestApplication1
 
struct  Tests::testCircularDependencyFaultyFlags::CircularAppTestFixcture< APP_TYPE >
 
struct  Tests::testCircularDependencyFaultyFlags::TestModuleBase2
 
struct  Tests::testCircularDependencyFaultyFlags::AA
 
struct  Tests::testCircularDependencyFaultyFlags::BB
 
struct  Tests::testCircularDependencyFaultyFlags::BB::OutputGroup2
 
struct  Tests::testCircularDependencyFaultyFlags::EE
 
struct  Tests::testCircularDependencyFaultyFlags::CC
 
struct  Tests::testCircularDependencyFaultyFlags::CC::OutputGroup2
 
struct  Tests::testCircularDependencyFaultyFlags::DD
 
struct  Tests::testCircularDependencyFaultyFlags::FF
 
struct  Tests::testCircularDependencyFaultyFlags::GG
 
struct  Tests::testCircularDependencyFaultyFlags::HH
 
struct  Tests::testCircularDependencyFaultyFlags::TestApplication2
 

Namespaces

namespace  Tests
 
namespace  Tests::testCircularDependencyFaultyFlags
 

Macros

#define BOOST_TEST_MODULE   testCircularDependencyFaultyFlags
 

Functions

 Tests::testCircularDependencyFaultyFlags::BOOST_AUTO_TEST_CASE (TestCircularInputDetection)
 Tests Technical specification: data validity propagation
 
 Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE (OneInvalidVariable, CircularAppTestFixcture< TestApplication1 >)
 Tests Technical specification: data validity propagation
 
 Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE (TwoFaultyInOneModule, CircularAppTestFixcture< TestApplication1 >)
 Tests Technical specification: data validity propagation
 
 Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE (OutputManuallyFaulty, CircularAppTestFixcture< TestApplication1 >)
 Tests Technical specification: data validity propagation
 
 Tests::testCircularDependencyFaultyFlags::BOOST_FIXTURE_TEST_CASE (TwoFaultyInTwoModules, CircularAppTestFixcture< TestApplication1 >)
 Tests Technical specification: data validity propagation
 
 Tests::testCircularDependencyFaultyFlags::BOOST_AUTO_TEST_CASE (TestCircularInputDetection2)
 Tests Technical specification: data validity propagation
 

Macro Definition Documentation

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   testCircularDependencyFaultyFlags

Definition at line 3 of file testCircularDependencyFaultyFlags.cc.