|
ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
Unit test for op::AbortAsync. More...
#include <daq/config.hpp>#include <gmock/gmock.h>#include <gtest/gtest.h>#include <log4cplus/logger.h>#include <daq/error.hpp>#include <daq/op/initiate.hpp>#include <daq/op/abort.hpp>#include "mock/metadaqifMock.hpp"#include "testAsyncOpBase.hpp"Go to the source code of this file.
Classes | |
| struct | TestAsyncOpAbort |
Functions | |
| TEST_F (TestAsyncOpAbort, Abort) | |
| TEST_F (TestAsyncOpAbort, AbortFailsWithStrictPolicyIfMetaSourceFails) | |
| TEST_F (TestAsyncOpAbort, AbortFailsWithStrictPolicyIfPrimSourceFails) | |
| TEST_F (TestAsyncOpAbort, AbortFailsWithTolerantPolicyIfMetaSourceFails) | |
| TEST_F (TestAsyncOpAbort, AbortFailsWithTolerantPolicyIfPrimSourceFails) | |
Unit test for op::AbortAsync.
Definition in file testAsyncOpAbort.cpp.
| TEST_F | ( | TestAsyncOpAbort | , |
| Abort | |||
| ) |
Definition at line 31 of file testAsyncOpAbort.cpp.
| TEST_F | ( | TestAsyncOpAbort | , |
| AbortFailsWithStrictPolicyIfMetaSourceFails | |||
| ) |
Definition at line 66 of file testAsyncOpAbort.cpp.
| TEST_F | ( | TestAsyncOpAbort | , |
| AbortFailsWithStrictPolicyIfPrimSourceFails | |||
| ) |
Definition at line 102 of file testAsyncOpAbort.cpp.
| TEST_F | ( | TestAsyncOpAbort | , |
| AbortFailsWithTolerantPolicyIfMetaSourceFails | |||
| ) |
Definition at line 138 of file testAsyncOpAbort.cpp.
| TEST_F | ( | TestAsyncOpAbort | , |
| AbortFailsWithTolerantPolicyIfPrimSourceFails | |||
| ) |
Definition at line 173 of file testAsyncOpAbort.cpp.