ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Variables
_
a
c
e
h
i
k
l
m
n
p
r
s
t
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
e
h
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
g
j
m
o
p
s
t
Functions
a
c
e
m
o
p
s
t
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
common
libdaq
test
testException.cpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @ingroup daq_ocm_libdaq_test
4
* @copyright 2022 ESO - European Southern Observatory
5
*
6
* @brief Exception test
7
*/
8
#include <gtest/gtest.h>
9
#include <
daq/error.hpp
>
10
11
#include <fmt/format.h>
12
#include <fmt/ostream.h>
13
14
TEST
(Exception, TestMessage) {
15
EXPECT_NO_THROW(
daq::DaqSourceError
(
"request"
,
"source"
,
"message"
).what());
16
}
17
daq::DaqSourceError
Represents error in single source.
Definition:
error.hpp:67
error.hpp
Contains error related declarations for DAQ.
TEST
TEST(Exception, TestMessage)
Definition:
testException.cpp:14
Generated by
1.9.1