|
ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Unit test for types declared in daq/event.hpp. More...
Go to the source code of this file.
Classes | |
| struct | EventObserver |
Functions | |
| TEST (TestEventLog, Constructors) | |
| TEST (TestObservableEventLog, Constructors) | |
| TEST (TestObservableEventLog, ConvertibleToEventLog) | |
| TEST (TestObservableEventLog, ObserversAreInvokedWhenEventIsAdded) | |
| TEST (TestObservableEventLog, EventLogAreAddedToContainer) | |
| TEST (TestErrorEvent, Comparison) | |
| TEST (TestGenericEvent, Comparison) | |
| TEST (TestError, Ostream) | |
Unit test for types declared in daq/event.hpp.
Definition in file testEventLog.cpp.
| TEST | ( | TestError | , |
| Ostream | |||
| ) |
Definition at line 84 of file testEventLog.cpp.
| TEST | ( | TestErrorEvent | , |
| Comparison | |||
| ) |
Definition at line 64 of file testEventLog.cpp.
| TEST | ( | TestEventLog | , |
| Constructors | |||
| ) |
Definition at line 24 of file testEventLog.cpp.
| TEST | ( | TestGenericEvent | , |
| Comparison | |||
| ) |
Definition at line 74 of file testEventLog.cpp.
| TEST | ( | TestObservableEventLog | , |
| Constructors | |||
| ) |
Definition at line 28 of file testEventLog.cpp.
| TEST | ( | TestObservableEventLog | , |
| ConvertibleToEventLog | |||
| ) |
Definition at line 32 of file testEventLog.cpp.
| TEST | ( | TestObservableEventLog | , |
| EventLogAreAddedToContainer | |||
| ) |
Definition at line 52 of file testEventLog.cpp.
| TEST | ( | TestObservableEventLog | , |
| ObserversAreInvokedWhenEventIsAdded | |||
| ) |
Definition at line 40 of file testEventLog.cpp.