ifw-core 6.0.0
|
#include <iostream>
#include <gtest/gtest.h>
#include <ifw/fnd/defs/dataType.hpp>
#include <ifw/core/utils/string/string.hpp>
#include <ifw/core/utils/system/system.hpp>
#include <ifw/core/utils/file/file.hpp>
#include <ifw/core/dit/fits/fits.hpp>
#include "testFitsData.cpp"
Functions | |
TEST (Fits_GenerateKey, Normal) | |
TEST (Fits_CreateFile, Normal) | |
TEST (Fits_AddKey, Normal) | |
TEST (Fits_KeyInHdu, Normal) | |
TEST (Fits_StoreImage, Normal) | |
TEST (Fits_StoreImage, Append) | |
TEST (Fits_StoreImage, Normal_TwoExtension) | |
TEST (Fits_StoreImage, NotACube) | |
TEST (Fits_StoreImage, CubeTooSmall) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv ) |
TEST | ( | Fits_AddKey | , |
Normal | ) |
TEST | ( | Fits_CreateFile | , |
Normal | ) |
TEST | ( | Fits_GenerateKey | , |
Normal | ) |
TEST | ( | Fits_KeyInHdu | , |
Normal | ) |
TEST | ( | Fits_StoreImage | , |
Append | ) |
TEST | ( | Fits_StoreImage | , |
CubeTooSmall | ) |
TEST | ( | Fits_StoreImage | , |
Normal | ) |
TEST | ( | Fits_StoreImage | , |
Normal_TwoExtension | ) |
TEST | ( | Fits_StoreImage | , |
NotACube | ) |