ifw-core  4.1.0-pre1
Functions
testFits.cpp File Reference
#include <iostream>
#include <gtest/gtest.h>
#include <core/utils/string/string.hpp>
#include <core/utils/system/system.hpp>
#include <core/utils/file/file.hpp>
#include <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, Normal_TwoExtension)
 
 TEST (Fits_StoreImage, NotACube)
 
 TEST (Fits_StoreImage, CubeTooSmall)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST() [1/8]

TEST ( Fits_AddKey  ,
Normal   
)

◆ TEST() [2/8]

TEST ( Fits_CreateFile  ,
Normal   
)

◆ TEST() [3/8]

TEST ( Fits_GenerateKey  ,
Normal   
)

◆ TEST() [4/8]

TEST ( Fits_KeyInHdu  ,
Normal   
)

◆ TEST() [5/8]

TEST ( Fits_StoreImage  ,
CubeTooSmall   
)

◆ TEST() [6/8]

TEST ( Fits_StoreImage  ,
Normal   
)

◆ TEST() [7/8]

TEST ( Fits_StoreImage  ,
Normal_TwoExtension   
)

◆ TEST() [8/8]

TEST ( Fits_StoreImage  ,
NotACube   
)