|
ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
daq::AsyncProcess integration tests More...
#include <thread>#include <gtest/gtest.h>#include <rad/ioExecutor.hpp>#include <daq/process/asyncProcess.hpp>Go to the source code of this file.
Classes | |
| class | AsyncProcessTest |
Functions | |
| TEST_F (AsyncProcessTest, ReadAll) | |
| TEST_F (AsyncProcessTest, SignalWithSigterm) | |
| TEST_F (AsyncProcessTest, Abort) | |
| TEST_F (AsyncProcessTest, ReadAllMultiple) | |
daq::AsyncProcess integration tests
This starts subprocesses that depend on bash, sleep and dd so they are not part of unit tests.
Definition in file testAsyncProcess.cpp.
| TEST_F | ( | AsyncProcessTest | , |
| Abort | |||
| ) |
Definition at line 100 of file testAsyncProcess.cpp.
| TEST_F | ( | AsyncProcessTest | , |
| ReadAll | |||
| ) |
Definition at line 30 of file testAsyncProcess.cpp.
| TEST_F | ( | AsyncProcessTest | , |
| ReadAllMultiple | |||
| ) |
Definition at line 129 of file testAsyncProcess.cpp.
| TEST_F | ( | AsyncProcessTest | , |
| SignalWithSigterm | |||
| ) |
Definition at line 71 of file testAsyncProcess.cpp.