ChimeraTK-DeviceAccess 03.25.00
Loading...
Searching...
No Matches
testHistorizedDataMatching.cpp File Reference
#include <thread>
#include <boost/test/unit_test.hpp>
#include "DataConsistencyGroup.h"
#include "Device.h"
#include "ReadAnyGroup.h"
+ Include dependency graph for testHistorizedDataMatching.cpp:

Go to the source code of this file.

Classes

struct  Fixture
 

Macros

#define BOOST_TEST_DYN_LINK
 
#define BOOST_TEST_MODULE   DataConsistencyGroupTest
 

Functions

auto emptyQueues (ReadAnyGroup &rag, DataConsistencyGroup *dg=nullptr)
 
 BOOST_FIXTURE_TEST_CASE (test1, Fixture)
 
 BOOST_FIXTURE_TEST_CASE (testDuplicateVns, Fixture)
 
 BOOST_FIXTURE_TEST_CASE (testExceptions, Fixture)
 
 BOOST_FIXTURE_TEST_CASE (testCatchUp, Fixture)
 
 BOOST_FIXTURE_TEST_CASE (testInitialValues, Fixture)
 
 BOOST_FIXTURE_TEST_CASE (testIllegalUse, Fixture)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 5 of file testHistorizedDataMatching.cpp.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   DataConsistencyGroupTest

Definition at line 6 of file testHistorizedDataMatching.cpp.

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE() [1/6]

BOOST_FIXTURE_TEST_CASE ( test1  ,
Fixture   
)

Definition at line 109 of file testHistorizedDataMatching.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [2/6]

BOOST_FIXTURE_TEST_CASE ( testCatchUp  ,
Fixture   
)

Definition at line 295 of file testHistorizedDataMatching.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [3/6]

BOOST_FIXTURE_TEST_CASE ( testDuplicateVns  ,
Fixture   
)

Definition at line 187 of file testHistorizedDataMatching.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [4/6]

BOOST_FIXTURE_TEST_CASE ( testExceptions  ,
Fixture   
)

Definition at line 234 of file testHistorizedDataMatching.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [5/6]

BOOST_FIXTURE_TEST_CASE ( testIllegalUse  ,
Fixture   
)

Definition at line 358 of file testHistorizedDataMatching.cpp.

◆ BOOST_FIXTURE_TEST_CASE() [6/6]

BOOST_FIXTURE_TEST_CASE ( testInitialValues  ,
Fixture   
)

Definition at line 342 of file testHistorizedDataMatching.cpp.

◆ emptyQueues()

auto emptyQueues ( ReadAnyGroup rag,
DataConsistencyGroup dg = nullptr 
)

Definition at line 20 of file testHistorizedDataMatching.cpp.