SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
#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" |
TEST_F | ( | approx8Test | , |
constructor | ) |
Test the constructor of the Config class.
Definition at line 21 of file approx8Test.cpp.
TEST_F | ( | approx8Test | , |
evaluate | ) |
Definition at line 35 of file approx8Test.cpp.
TEST_F | ( | approx8Test | , |
reaclib | ) |
Definition at line 69 of file approx8Test.cpp.
TEST_F | ( | approx8Test | , |
setStiff | ) |
Definition at line 27 of file approx8Test.cpp.
std::string TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml" |
Definition at line 15 of file approx8Test.cpp.