ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Test daq::Status and daq::ObservableStatus. More...
#include <daq/status.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "statusObserver.hpp"
Go to the source code of this file.
Classes | |
class | TestObservableStatus |
ObservableStatus test fixture. More... | |
Functions | |
TEST_F (TestObservableStatus, Construct) | |
TEST_F (TestObservableStatus, Comparison) | |
TEST_F (TestObservableStatus, State) | |
TEST_F (TestObservableStatus, OstreamOperator) | |
TEST_F (TestObservableStatus, Observability) | |
TEST (TestStatus, OstreamOperator) | |
TEST (TestStatus, Comparison) | |
TEST (TestStatus, Alerts) | |
TEST (TestAlertId, Comparison) | |
TEST (TestAlert, Comparison) | |
Test daq::Status and daq::ObservableStatus.
Definition in file testStatus.cpp.
TEST | ( | TestAlert | , |
Comparison | |||
) |
Definition at line 138 of file testStatus.cpp.
TEST | ( | TestAlertId | , |
Comparison | |||
) |
Definition at line 123 of file testStatus.cpp.
TEST | ( | TestStatus | , |
Alerts | |||
) |
Definition at line 94 of file testStatus.cpp.
TEST | ( | TestStatus | , |
Comparison | |||
) |
Definition at line 85 of file testStatus.cpp.
TEST | ( | TestStatus | , |
OstreamOperator | |||
) |
Definition at line 76 of file testStatus.cpp.
TEST_F | ( | TestObservableStatus | , |
Comparison | |||
) |
Definition at line 30 of file testStatus.cpp.
TEST_F | ( | TestObservableStatus | , |
Construct | |||
) |
Definition at line 26 of file testStatus.cpp.
TEST_F | ( | TestObservableStatus | , |
Observability | |||
) |
Definition at line 58 of file testStatus.cpp.
TEST_F | ( | TestObservableStatus | , |
OstreamOperator | |||
) |
Definition at line 49 of file testStatus.cpp.
TEST_F | ( | TestObservableStatus | , |
State | |||
) |
Definition at line 39 of file testStatus.cpp.