SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
eosTest.cpp File Reference

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"
 

Detailed Description

Unit tests for the const class.

Definition in file eosTest.cpp.

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( eosTest ,
eos_using_composition  )

Definition at line 89 of file eosTest.cpp.

◆ TEST_F() [2/3]

TEST_F ( eosTest ,
get_helm_EOS  )

Definition at line 39 of file eosTest.cpp.

◆ TEST_F() [3/3]

TEST_F ( eosTest ,
read_helm_table  )
Test
Verify default constructor initializes correctly.

Definition at line 28 of file eosTest.cpp.

Variable Documentation

◆ TEST_CONFIG

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

Definition at line 22 of file eosTest.cpp.