|
ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Contains unit tests for cfitsio.cpp. More...
#include <gmock/gmock.h>#include <gtest/gtest.h>#include <daq/fits/cfitsio.hpp>#include "matchers.hpp"Go to the source code of this file.
Classes | |
| class | TestCfitsio |
| class | TestReadKeywords |
| class | TestWriteKeywords |
Functions | |
| TEST_F (TestReadKeywords, ReadSimpleImg) | |
| TEST_F (TestReadKeywords, NoPrimaryData) | |
| TEST_F (TestReadKeywords, WriteSimple) | |
| TEST_F (TestCfitsio, KeywordClass) | |
Contains unit tests for cfitsio.cpp.
Definition in file testCfitsio.cpp.
| TEST_F | ( | TestCfitsio | , |
| KeywordClass | |||
| ) |
Definition at line 86 of file testCfitsio.cpp.
| TEST_F | ( | TestReadKeywords | , |
| NoPrimaryData | |||
| ) |
Definition at line 52 of file testCfitsio.cpp.
| TEST_F | ( | TestReadKeywords | , |
| ReadSimpleImg | |||
| ) |
Definition at line 32 of file testCfitsio.cpp.
| TEST_F | ( | TestReadKeywords | , |
| WriteSimple | |||
| ) |
Definition at line 65 of file testCfitsio.cpp.