1 #ifndef GLOBAL_FIXTURE_H     2 #define GLOBAL_FIXTURE_H    24   { cleanup_list.push_back(Fname); }
    26   void set_default_value();
    27   std::vector<std::string> cleanup_list;
 This is a global fixture that is available to all unit tests. 
 
void turn_on_logger() const
Normally log messages don't go anywhere, so we don't clutter our unit test output. 
 
std::string absco_4d_dir() const
Location of absco 4d table. 
 
GlobalFixture()
Setup for all unit tests. 
 
std::string absco_data_dir() const
Location of absco table. 
 
std::string input_dir() const
Directory where input data such as static input files and default Lua configuration files are located...
 
virtual ~GlobalFixture()
Teardown for all unit tests. 
 
Contains classes to abstract away details in various Spurr Radiative Transfer software. 
 
void add_file_to_cleanup(const std::string &Fname)
 
std::string test_data_dir() const
Directory where test data is. 
 
std::string merra_data_dir() const
Location of merra data.