SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Unit tests for the const class. More...
#include <gtest/gtest.h>
#include <memory>
#include <string>
#include <sstream>
#include "helm.h"
#include "resourceManager.h"
#include "config.h"
#include "composition.h"
#include "EOS.h"
Go to the source code of this file.
Classes | |
class | eosTest |
Test suite for the const class. More... | |
Functions | |
TEST_F (eosTest, read_helm_table) | |
TEST_F (eosTest, get_helm_EOS) | |
TEST_F (eosTest, eos_using_composition) | |
Variables | |
std::string | TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml" |
Unit tests for the const class.
Definition in file eosTest.cpp.
TEST_F | ( | eosTest | , |
eos_using_composition | ) |
Definition at line 89 of file eosTest.cpp.
TEST_F | ( | eosTest | , |
get_helm_EOS | ) |
Definition at line 39 of file eosTest.cpp.
TEST_F | ( | eosTest | , |
read_helm_table | ) |
Definition at line 28 of file eosTest.cpp.
std::string TEST_CONFIG = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml" |
Definition at line 22 of file eosTest.cpp.