|
ifw-daq
1.0.0
IFW Data Acquisition modules
|
Unit test for daq::FitsControllerImpl
More...
#include <algorithm>#include <gtest/gtest.h>#include <fmt/format.h>#include <daq/fitsController.hpp>Go to the source code of this file.
Classes | |
| class | TestFitsController |
| Fixture for daq::FitsControllerImpl test. More... | |
Functions | |
| TEST_F (TestFitsController, Succeeds) | |
| TEST_F (TestFitsController, AbortNotStartedSucceeds) | |
| TEST_F (TestFitsController, AbortAcquiringSucceeds) | |
Unit test for daq::FitsControllerImpl
Definition in file testFitsController.cpp.
| TEST_F | ( | TestFitsController | , |
| AbortAcquiringSucceeds | |||
| ) |
Definition at line 68 of file testFitsController.cpp.
| TEST_F | ( | TestFitsController | , |
| AbortNotStartedSucceeds | |||
| ) |
Definition at line 62 of file testFitsController.cpp.
| TEST_F | ( | TestFitsController | , |
| Succeeds | |||
| ) |
Definition at line 53 of file testFitsController.cpp.