#include "eq_dummy.h"
#include <doocs-server-test-helper/doocsServerTestHelper.h>
#include <doocs-server-test-helper/ThreadedDoocsServer.h>
#include <doocs/EqCall.h>
#include <ChimeraTK/Device.h>
#include <ChimeraTK/MappedImage.h>
#include <ChimeraTK/TransferGroup.h>
#include <boost/filesystem.hpp>
#include <boost/test/included/unit_test.hpp>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <random>
#include <thread>
#include <unistd.h>
Go to the source code of this file.
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE testDoocsBackend |
◆ BOOST_AUTO_TEST_CASE() [1/27]
BOOST_AUTO_TEST_CASE |
( |
testAccessorForCachedMode |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/27]
BOOST_AUTO_TEST_CASE |
( |
testArrayDouble |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/27]
BOOST_AUTO_TEST_CASE |
( |
testArrayFloat |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/27]
BOOST_AUTO_TEST_CASE |
( |
testArrayInt |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/27]
BOOST_AUTO_TEST_CASE |
( |
testArrayLong |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/27]
BOOST_AUTO_TEST_CASE |
( |
testArrayShort |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/27]
BOOST_AUTO_TEST_CASE |
( |
testBitAndStatus |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/27]
BOOST_AUTO_TEST_CASE |
( |
testBlankXMLThrow |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/27]
BOOST_AUTO_TEST_CASE |
( |
testCacheFileCreation |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/27]
BOOST_AUTO_TEST_CASE |
( |
testCacheXmlReplacement |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/27]
BOOST_AUTO_TEST_CASE |
( |
testCacheXmlReplacementBehaviorOnFailure |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/27]
BOOST_AUTO_TEST_CASE |
( |
testCatalogue |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/27]
BOOST_AUTO_TEST_CASE |
( |
testDestruction |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [14/27]
BOOST_AUTO_TEST_CASE |
( |
testEventId |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [15/27]
BOOST_AUTO_TEST_CASE |
( |
testEventIdMapping |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [16/27]
BOOST_AUTO_TEST_CASE |
( |
testExceptions |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [17/27]
BOOST_AUTO_TEST_CASE |
( |
testIFFF |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [18/27]
BOOST_AUTO_TEST_CASE |
( |
testIIII |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [19/27]
BOOST_AUTO_TEST_CASE |
( |
testImage |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [20/27]
BOOST_AUTO_TEST_CASE |
( |
testOther |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [21/27]
BOOST_AUTO_TEST_CASE |
( |
testPartialAccess |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [22/27]
BOOST_AUTO_TEST_CASE |
( |
testScalarDouble |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [23/27]
BOOST_AUTO_TEST_CASE |
( |
testScalarFloat |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [24/27]
BOOST_AUTO_TEST_CASE |
( |
testScalarInt |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [25/27]
BOOST_AUTO_TEST_CASE |
( |
testSpectrum |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [26/27]
BOOST_AUTO_TEST_CASE |
( |
testString |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [27/27]
BOOST_AUTO_TEST_CASE |
( |
testTimeStamp |
| ) |
|
◆ BOOST_GLOBAL_FIXTURE()
◆ createDummyXml()
std::time_t createDummyXml |
( |
const std::string & |
filename | ) |
|