![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#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) | |
| #define BOOST_TEST_DYN_LINK |
Definition at line 5 of file testHistorizedDataMatching.cpp.
| #define BOOST_TEST_MODULE DataConsistencyGroupTest |
Definition at line 6 of file testHistorizedDataMatching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | test1 | , |
| Fixture | |||
| ) |
Definition at line 109 of file testHistorizedDataMatching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | testCatchUp | , |
| Fixture | |||
| ) |
Definition at line 295 of file testHistorizedDataMatching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | testDuplicateVns | , |
| Fixture | |||
| ) |
Definition at line 187 of file testHistorizedDataMatching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | testExceptions | , |
| Fixture | |||
| ) |
Definition at line 234 of file testHistorizedDataMatching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | testIllegalUse | , |
| Fixture | |||
| ) |
Definition at line 358 of file testHistorizedDataMatching.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | testInitialValues | , |
| Fixture | |||
| ) |
Definition at line 342 of file testHistorizedDataMatching.cpp.
| auto emptyQueues | ( | ReadAnyGroup & | rag, |
| DataConsistencyGroup * | dg = nullptr |
||
| ) |
Definition at line 20 of file testHistorizedDataMatching.cpp.