SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
approx8Test.cpp File Reference
#include <gtest/gtest.h>
#include <string>
#include "approx8.h"
#include "config.h"
#include "network.h"
#include "composition.h"
#include "reaclib.h"
#include "netgraph.h"
#include <vector>
#include "reactions.h"

Go to the source code of this file.

Classes

class  approx8Test
 

Functions

 TEST_F (approx8Test, constructor)
 Test the constructor of the Config class.
 
 TEST_F (approx8Test, setStiff)
 
 TEST_F (approx8Test, evaluate)
 
 TEST_F (approx8Test, reaclib)
 

Variables

std::string TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml"
 

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( approx8Test ,
constructor  )

Test the constructor of the Config class.

Definition at line 21 of file approx8Test.cpp.

◆ TEST_F() [2/4]

TEST_F ( approx8Test ,
evaluate  )

Definition at line 35 of file approx8Test.cpp.

◆ TEST_F() [3/4]

TEST_F ( approx8Test ,
reaclib  )

Definition at line 69 of file approx8Test.cpp.

◆ TEST_F() [4/4]

TEST_F ( approx8Test ,
setStiff  )

Definition at line 27 of file approx8Test.cpp.

Variable Documentation

◆ TEST_CONFIG

std::string TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml"

Definition at line 15 of file approx8Test.cpp.